Skip to content

Commit 0c2a822

Browse files
committed
Fix TestHashTransaction
1 parent 930f8ee commit 0c2a822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ def test_correct_hash(self):
1616
}
1717
hash = hash_transaction(Transaction([], data=data))
1818
self.assertEqual(
19-
hash, "7b13f79818b44944607b49b0a700e8b820c8389df8ef90a65e7657df5d3ded9a"
19+
hash, "c1b017447122828744a8d7ef21cb981675f3c99235ff31dfb7a3dab494c80934"
2020
)

0 commit comments

Comments
 (0)