Fix a typo.

This commit is contained in:
Josh Rickmar 2013-11-22 12:22:07 -05:00
parent a645c36f45
commit 79fe2e594b

View file

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