Fix a typo.

This commit is contained in:
Josh Rickmar 2013-11-21 10:34:51 -05:00
parent 417aa63534
commit 908b419443

View file

@ -205,7 +205,7 @@ func DumpPrivKey(frontend chan []byte, icmd btcjson.Cmd) {
}
// If this is reached, all accounts have been checked, but none
// have they address.
// have the address.
e := &btcjson.Error{
Code: btcjson.ErrWallet.Code,
Message: "Address does not refer to a key",