parent
6321ca2a49
commit
ad5950ffe7
|
@ -4,12 +4,10 @@ import (
|
|||
"github.com/ethereum/go-ethereum/common"
|
||||
)
|
||||
|
||||
// TODO: this should be 20, https://github.com/certusone/wormhole/issues/86
|
||||
//
|
||||
// Matching constants:
|
||||
// - MAX_LEN_GUARDIAN_KEYS in Solana contract
|
||||
// - MAX_LEN_GUARDIAN_KEYS in Solana contract (limited by transaction size - 19 is the maximum amount possible)
|
||||
//
|
||||
// The Eth and Terra contracts do not specify a maximum number and support more than 20,
|
||||
// The Eth and Terra contracts do not specify a maximum number and support more than that,
|
||||
// but presumably, chain-specific transaction size limits will apply at some point (untested).
|
||||
const MaxGuardianCount = 19
|
||||
|
||||
|
|
Loading…
Reference in New Issue