You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the blockchain, its foo method will be executed without errors:
As we see the contract balance after the deposit = 0.3 ever. Following from this, we can say that, theoretically, the transfer of 2 transactions after the payment of the change is impossible because the amount of transactions is greater than the reserved balance of the contract.
But in tests, the call to the foo method does not pass and falls into an error:
Test contract:
In the blockchain, its foo method will be executed without errors:
As we see the contract balance after the deposit = 0.3 ever. Following from this, we can say that, theoretically, the transfer of 2 transactions after the payment of the change is impossible because the amount of transactions is greater than the reserved balance of the contract.
But in tests, the call to the foo method does not pass and falls into an error:
test.py:
The text was updated successfully, but these errors were encountered: