Merge pull request #2098 from vuittont60/master

Fix some typos
This commit is contained in:
Oliver Gugger 2024-01-09 12:52:07 +01:00 committed by GitHub
commit 91cdf0d7fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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)
}

View file

@ -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

View file

@ -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

View file

@ -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:**