Limit on MSIG accounts

Is there a limit on how many accounts one can use to generate a multi sig account?

Yes, there is a maximum of 255 public keys: go-algorand/multisig.go at master · algorand/go-algorand · GitHub

What will happen if I modify the SDK to go over the limit?

The nodes will reject any transaction with a multisig with more than 255 public keys.

1 Like