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
outputs do not match computation results.
outputs
calculated: {"address":"0x513ab0d35ea18a8a36f16d7e7762b61f893c34ba","value":"99999978434176","color":0}
Bounty
Calling
checkSpendingCondition
to calculate the outputs of a transaction returns a misleading error message, e.g.:As you can see,
result.error
says:And
result.outputs
is:(The only difference between the value in
result.error
andresult.outputs
is that the latter is wrapped in an array).How to reproduce
The steps are:
checkSpendingCondition
on a method of the contractCheck the bug on the testnet
I've already put some leap on the target contract. You can try to reproduce it in the test network by running:
Actual code
The script I use to reproduce the error is the following:
Scope
Deliverables
Gain for the project
Less confused devs.
Roles
bounty gardener: @vrde / 15%
bounty worker: name / share
bounty reviewer: name / share
The text was updated successfully, but these errors were encountered: