summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark "Murch" Erhardt <murch@murch.one>2024-04-26 17:17:46 -0400
committerGitHub <noreply@github.com>2024-04-26 17:17:46 -0400
commite641025e741556a126ff4633d2f16d989c7b4479 (patch)
tree1986471bd062473a98598f4d38f2d24a1ea2ce32
parentfb65481b45c59a024612706407ccdeb3f5f7f688 (diff)
parent9f25645be58f4db49cc2ae5a0a8ceca241517767 (diff)
downloadbips-e641025e741556a126ff4633d2f16d989c7b4479.tar.xz
Merge pull request #1471 from theStack/fix_bip324_test_sage_decoding_git_instrs
bip-0324: fix git instruction order in test_sage_decoding.py
-rw-r--r--bip-0324/test_sage_decoding.py2
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: