Fix a typo.
This commit is contained in:
parent
417aa63534
commit
908b419443
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ func DumpPrivKey(frontend chan []byte, icmd btcjson.Cmd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// If this is reached, all accounts have been checked, but none
|
// If this is reached, all accounts have been checked, but none
|
||||||
// have they address.
|
// have the address.
|
||||||
e := &btcjson.Error{
|
e := &btcjson.Error{
|
||||||
Code: btcjson.ErrWallet.Code,
|
Code: btcjson.ErrWallet.Code,
|
||||||
Message: "Address does not refer to a key",
|
Message: "Address does not refer to a key",
|
||||||
|
|
Loading…
Reference in a new issue