mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-22 06:21:50 +01:00
commit
91cdf0d7fc
4 changed files with 4 additions and 4 deletions
|
@ -245,7 +245,7 @@ func TestSchnorrVerify(t *testing.T) {
|
|||
|
||||
verify := err == nil
|
||||
if test.verifyResult != verify {
|
||||
t.Fatalf("test #%v: verificaiton mismatch: expected "+
|
||||
t.Fatalf("test #%v: verification mismatch: expected "+
|
||||
"%v, got %v", i, test.verifyResult, verify)
|
||||
}
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ report.
|
|||
- Obtaining the underlying EC pubkeys, EC privkeys, and associated bitcoin
|
||||
addresses ties in seamlessly with existing btcec and btcutil types which
|
||||
provide powerful tools for working with them to do things like sign
|
||||
transations and generate payment scripts
|
||||
transactions and generate payment scripts
|
||||
- Uses the btcec package which is highly optimized for secp256k1
|
||||
- Code examples including:
|
||||
- Generating a cryptographically secure random seed and deriving a
|
||||
|
|
|
@ -350,7 +350,7 @@ func TestPrune(t *testing.T) {
|
|||
}
|
||||
|
||||
if pruned {
|
||||
err = fmt.Errorf("The database hasn't been commited yet " +
|
||||
err = fmt.Errorf("The database hasn't been committed yet " +
|
||||
"but files were already deleted")
|
||||
}
|
||||
return err
|
||||
|
|
|
@ -175,7 +175,7 @@ and we prefer to keep the daemon itself as lightweight as possible.
|
|||
access the database used by btcd and it will be locked if btcd is using it.
|
||||
2. Note the path to the downloaded bootstrap.dat file.
|
||||
3. Run the addblock utility with the `-i` argument pointing to the location of
|
||||
boostrap.dat:
|
||||
bootstrap.dat:
|
||||
|
||||
**Windows:**
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue