-
Xxiled#0317's question
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
This generally happens when standard library version doesn't match with the version of reach compiler contracts are compiled with Reasoning: Mitigation:
|
Beta Was this translation helpful? Give feedback.
This generally happens when standard library version doesn't match with the version of reach compiler contracts are compiled with
Reasoning:
When a new test account is created it is funded with a starting balance from an account called "faucet".
This account's address changes with each version so whenever there's a new update, trying to take funds from a previous one which has no tokens results with an
overspend account
errorMitigation:
./reach down; ./reach docker-reset
./reach update
./reach compile
npm update @reach-sh/stdlib