Skip to content

Commit

Permalink
bip-0324: fix git instruction order in test_sage_decoding.py
Browse files Browse the repository at this point in the history
Tiny fix correcting the order of commands, for `git checkout` one has
to change into the repository directory first.
  • Loading branch information
theStack committed Jul 6, 2023
1 parent 66a1a81 commit 9f25645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0324/test_sage_decoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* 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:
Expand Down

0 comments on commit 9f25645

Please sign in to comment.