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.
1 parent 930f8ee commit 0c2a822Copy full SHA for 0c2a822
tests/test_ing.py
@@ -16,5 +16,5 @@ def test_correct_hash(self):
16
}
17
hash = hash_transaction(Transaction([], data=data))
18
self.assertEqual(
19
- hash, "7b13f79818b44944607b49b0a700e8b820c8389df8ef90a65e7657df5d3ded9a"
+ hash, "c1b017447122828744a8d7ef21cb981675f3c99235ff31dfb7a3dab494c80934"
20
)
0 commit comments