mirror of
https://github.com/bitcoin/bips.git
synced 2024-11-19 01:40: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
@ -5,8 +5,8 @@ Instructions:
|
|||||||
* Clone the SwiftEC repository, and enter the directory:
|
* Clone the SwiftEC repository, and enter the directory:
|
||||||
|
|
||||||
git clone https://github.com/Jchavezsaab/SwiftEC
|
git clone https://github.com/Jchavezsaab/SwiftEC
|
||||||
git checkout 5320a25035d91addde29d14164cce684b56a12ed
|
|
||||||
cd SwiftEC
|
cd SwiftEC
|
||||||
|
git checkout 5320a25035d91addde29d14164cce684b56a12ed
|
||||||
|
|
||||||
* Generate parameters for the secp256k1 curve:
|
* Generate parameters for the secp256k1 curve:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user