You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting the node with different version of peers storage leads to the error:
ERROR Failed to open or create peers storage: failed to load known peers from file "gowaves/testnet/peers_storage/peers_known.cbor": failed to unmarshall CBOR into *storage.knownPeers from file "gowaves/testnet/peers_storage/peers_known.cbor": cbor: cannot unmarshal map into Go value of type int64
By adding version information to the peers storage we could detect structure incompatibility and remove the storage.
The text was updated successfully, but these errors were encountered:
Motivation and Purposes
Starting the node with different version of peers storage leads to the error:
By adding version information to the peers storage we could detect structure incompatibility and remove the storage.
The text was updated successfully, but these errors were encountered: