diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2023-07-06 16:36:29 +0200 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2023-07-06 16:38:38 +0200 |
commit | 9f25645be58f4db49cc2ae5a0a8ceca241517767 (patch) | |
tree | fc59e3fcc6e0ff4c616f80461c543dbb346e259e /bip-0324 | |
parent | 66a1a8151021913047934ebab3f8883f2f8ca75b (diff) |
bip-0324: fix git instruction order in test_sage_decoding.py
Tiny fix correcting the order of commands, for `git checkout` one has
to change into the repository directory first.
Diffstat (limited to 'bip-0324')
-rw-r--r-- | bip-0324/test_sage_decoding.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0324/test_sage_decoding.py b/bip-0324/test_sage_decoding.py index c26c334..1ec5fdf 100644 --- a/bip-0324/test_sage_decoding.py +++ b/bip-0324/test_sage_decoding.py @@ -5,8 +5,8 @@ Instructions: * Clone the SwiftEC repository, and enter the directory: git clone https://github.com/Jchavezsaab/SwiftEC - git checkout 5320a25035d91addde29d14164cce684b56a12ed cd SwiftEC + git checkout 5320a25035d91addde29d14164cce684b56a12ed * Generate parameters for the secp256k1 curve: |