We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5055f5b + 576a824 commit 92690f6Copy full SHA for 92690f6
eth/tools/fixtures/helpers.py
@@ -78,7 +78,7 @@ def verify_account_db(expected_state: AccountState, account_db: BaseAccountDB) -
78
'balance',
79
actual_value,
80
expected_value,
81
- expected_value - actual_value,
+ actual_value - expected_value,
82
)
83
84
else:
0 commit comments