From 47a21ceebce2705eb6d895cabc36cc53718e78b8 Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 10 Oct 2019 14:38:38 +0200 Subject: [PATCH] tests: update Stellar XDR Builder instructions --- tests/device_tests/test_msg_stellar_sign_transaction.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/device_tests/test_msg_stellar_sign_transaction.py b/tests/device_tests/test_msg_stellar_sign_transaction.py index 69247dd26..7eedd2783 100644 --- a/tests/device_tests/test_msg_stellar_sign_transaction.py +++ b/tests/device_tests/test_msg_stellar_sign_transaction.py @@ -43,7 +43,9 @@ # # 6. In the first "Add Signer" text box enter the secret key: SDE2YU4V2IYSJIUH7MONDYZTSSLDXV5QDEGUUOLCU4TK7CZWTAXZ5CEG # -# 7. Scroll down to the bottom and look at the "signatures" section. The Trezor should generate the same signature +# 7. Scroll down to the signed XDR blob and click "View in XDR Viewer" +# +# 8. Scroll down to the bottom and look at the "signatures" section. The Trezor should generate the same signature # from base64 import b64encode