1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-29 16:51:30 +00:00

core: fix unit tests for omni

This commit is contained in:
Pavol Rusnak 2019-07-26 15:55:27 +02:00
parent 337919a2d2
commit 529ec95c93
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -22,8 +22,8 @@ class TestSignTxOmni(unittest.TestCase):
VECTORS = {
"6f6d6e69000000000000001f000000002b752ee0": "Simple send of 7.291 USDT",
"6f6d6e69000000000000001f0000000020c85580": "Simple send of 5.5 USDT",
"6f6d6e690000000000000003000000002b752ee0": "Simple send of 7.291 MAID",
"6f6d6e690000000000000000000000002b752ee0": "Simple send of 7.291 UNKN",
"6f6d6e690000000000000003000000002b752ee0": "Simple send of 729100000 MAID",
"6f6d6e690000000000000000000000002b752ee0": "Simple send of 729100000 UNKN",
"6f6d6e6901000000": "Unknown transaction",
}
for k, v in VECTORS.items():