Closed karacurt closed 1 month ago
Couldn't we just use the existing
--nonce
argument?
Conversation with @karacurt convinced me his approach is correct. The safe-
prefix makes it so that users can just do a <command> -h | grep "safe-"
to see all safe-related configuration.
But --safe-nonce
should parse as *big.Int
, same as --nonce
.
Adds a
safe-nonce
overrider flag to propose a different nonce for proposals.