zetacore
: observer
: Observer set is not saved to store during genesis if the count of observers is 0
#3259
Labels
https://github.com/zeta-chain/zeta-node/blob/2cd0b73f27167222199341601a1a2f305a149b27/x/observer/genesis.go#L14-L19
For an observer set of 0 length, we skip setting it to the store entirely.
This is incorrect, and it should instead be set to the store as an empty observer object.
The text was updated successfully, but these errors were encountered: