Fix a typo.
This commit is contained in:
parent
a645c36f45
commit
79fe2e594b
1 changed files with 1 additions and 1 deletions
|
@ -1169,7 +1169,7 @@ func (cmd *DumpWalletCmd) UnmarshalJSON(b []byte) error {
|
|||
}
|
||||
|
||||
// EncryptWalletCmd is a type handling custom marshaling and
|
||||
// unmarshaling of ecryptwallet JSON RPC commands.
|
||||
// unmarshaling of encryptwallet JSON RPC commands.
|
||||
type EncryptWalletCmd struct {
|
||||
id interface{}
|
||||
Passphrase string
|
||||
|
|
Loading…
Reference in a new issue