Currently, the create_multisig_account_with_balance method in the genesis.move supra-framework contract does not increment the sequence number of the owner account. This forces the owner account to make a transaction to increment the sequence number before they can create another MultiSig account.
Currently, the
create_multisig_account_with_balance
method in thegenesis.move
supra-framework contract does not increment the sequence number of theowner
account. This forces theowner
account to make a transaction to increment the sequence number before they can create another MultiSig account.