mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 16:00:57 +00:00
tests/device: fix eos delegate signing tests
The bug was fixed in #681 but tests were not modified appropriately.
This commit is contained in:
parent
4e7b2ac861
commit
ecf6f12ac7
@ -199,7 +199,7 @@ class TestMsgEosSignTx:
|
||||
{"actor": "miniminimini", "permission": "active"}
|
||||
],
|
||||
"data": {
|
||||
"sender": "miniminimini",
|
||||
"from": "miniminimini",
|
||||
"receiver": "maximaximaxi",
|
||||
"stake_net_quantity": "1.0000 EOS",
|
||||
"stake_cpu_quantity": "1.0000 EOS",
|
||||
@ -236,7 +236,7 @@ class TestMsgEosSignTx:
|
||||
{"actor": "miniminimini", "permission": "active"}
|
||||
],
|
||||
"data": {
|
||||
"sender": "miniminimini",
|
||||
"from": "miniminimini",
|
||||
"receiver": "maximaximaxi",
|
||||
"unstake_net_quantity": "1.0000 EOS",
|
||||
"unstake_cpu_quantity": "1.0000 EOS",
|
||||
@ -635,7 +635,7 @@ class TestMsgEosSignTx:
|
||||
{"actor": "miniminimini", "permission": "active"}
|
||||
],
|
||||
"data": {
|
||||
"sender": "miniminimini",
|
||||
"from": "miniminimini",
|
||||
"receiver": "maximaximaxi",
|
||||
"stake_net_quantity": "1.0000 EOS",
|
||||
"stake_cpu_quantity": "1.0000 EOS",
|
||||
|
Loading…
Reference in New Issue
Block a user