Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
614 stars 201 forks source link

Multi-sig wallet transaction example #223

Closed syahirAmali closed 2 years ago

syahirAmali commented 2 years ago

image

It seems that the code example for the multi-sig wallet transaction is not what was intended.

t4sk commented 2 years ago
1. data = TestContract.getData()
2. multisig submit transcation with data
3. multisig approve transaction
4. multisig execute transaction