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
Currently, ValidatorRegistrator caches the validator registrations based on publicKey, feeRecipient and gasLimit. In case of reloading or removing validators, we need to delete the not applicable entries in the map to free space.
The text was updated successfully, but these errors were encountered:
Currently,
ValidatorRegistrator
caches the validator registrations based onpublicKey
,feeRecipient
andgasLimit
. In case of reloading or removing validators, we need to delete the not applicable entries in the map to free space.The text was updated successfully, but these errors were encountered: