From 9f25645be58f4db49cc2ae5a0a8ceca241517767 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Thu, 6 Jul 2023 16:36:29 +0200 Subject: [PATCH] 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. --- bip-0324/test_sage_decoding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0324/test_sage_decoding.py b/bip-0324/test_sage_decoding.py index c26c33477d..1ec5fdf45a 100644 --- a/bip-0324/test_sage_decoding.py +++ b/bip-0324/test_sage_decoding.py @@ -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: