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
If set-identity is used before voting starts, you will encounter the following error:
ERROR solana_core::replay_stage] Unable to create saved tower: WrongTower("node_pubkey is GcibmF4zgb6Vr4bpZZYHGDPZNWiLnBDUHdpJZTsTDvwe but found tower for 6KMfd1Nk2GHZ5WiGS2h29RXbsMvdcNyjxdHfjXRX37KK")
where GcibmF4zgb6Vr4bpZZYHGDPZNWiLnBDUHdpJZTsTDvwe is the primary identity, 6KMfd1NK2GHZ5WiGS2h29RXbsMvdcNyjxdHfjXRX37KK is the secondary/temporary identity with which the validator was launched.
Proposed Solution
The text was updated successfully, but these errors were encountered:
Problem
If
set-identity
is used before voting starts, you will encounter the following error:where
GcibmF4zgb6Vr4bpZZYHGDPZNWiLnBDUHdpJZTsTDvwe
is the primary identity,6KMfd1NK2GHZ5WiGS2h29RXbsMvdcNyjxdHfjXRX37KK
is the secondary/temporary identity with which the validator was launched.Proposed Solution
The text was updated successfully, but these errors were encountered: