Fix copy-paste typo.

This commit is contained in:
Josh Rickmar 2013-12-02 15:05:16 -05:00
parent d9d7db7c20
commit 3379f2a009

View file

@ -745,7 +745,7 @@ func (cmd *WalletIsLockedCmd) UnmarshalJSON(b []byte) error {
} }
// ListAllTransactionsCmd is a type handling custom marshaling and // ListAllTransactionsCmd is a type handling custom marshaling and
// unmarshaling of walletislocked JSON websocket extension commands. // unmarshaling of listalltransactions JSON websocket extension commands.
type ListAllTransactionsCmd struct { type ListAllTransactionsCmd struct {
id interface{} id interface{}
Account string Account string