Entropy-Foundation / aptos-core

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
https://aptoslabs.com
Other
0 stars 2 forks source link

After creation of a MultiSig Account the sequence number of the owner account must be incremented #112

Closed supra-yoga closed 1 month ago

supra-yoga commented 1 month ago

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.

supra-yoga commented 1 month ago

Resolved in https://github.com/Entropy-Foundation/aptos-core/pull/111