Hi,
Iam doing: Mini-project “Multisig Wallet” - Testing the smart contract with Truffle
All works fine, except that i cant pass this test and i have a lot of delay. Any suggestion to solve this?
Compiling your contracts…
Compiling .\contracts\Migrations.sol
Compiling .\contracts\wallet.sol
Compiling .\contracts\wallet.sol
Artifacts written to C:\Users\MyLaptop\AppData\Local\Temp\test–5188-vzXDRq8NN8x1
Compiled successfully using:
- solc: 0.6.0+commit.26b70077.Emscripten.clang
Contract: Wallet
√ should have correct approvers and quorum (214ms)
√ should create transfers (2114ms)
√ should NOT create transfers if sender is not approved (972ms)
√ should increment approvals (2298ms)
- should send transfer if quorum reached
4 passing (10s)
1 pending