From 3379f2a0097ae8f59f1791d0e713a0446ac24989 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Mon, 2 Dec 2013 15:05:16 -0500 Subject: [PATCH] Fix copy-paste typo. --- cmds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds.go b/cmds.go index 20b1580c..00134f9b 100644 --- a/cmds.go +++ b/cmds.go @@ -745,7 +745,7 @@ func (cmd *WalletIsLockedCmd) UnmarshalJSON(b []byte) error { } // 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 { id interface{} Account string