mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 11:08:05 +01:00
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.
This commit is contained in:
parent
66a1a81510
commit
9f25645be5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue