From 3cba42282e40cbc423ad1302bc44ffd060fc5824 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Tue, 4 Feb 2014 17:04:05 -0500 Subject: [PATCH] Fill in missing comment; found by golint. --- cmds.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmds.go b/cmds.go index cfc63d74..f08fe839 100644 --- a/cmds.go +++ b/cmds.go @@ -1195,6 +1195,8 @@ func (cmd *WalletIsLockedCmd) UnmarshalJSON(b []byte) error { return nil } +// ListAddressTransactionsCmd is a type handling custom marshaling and +// unmarshaling of listaddresstransactions JSON websocket extension commands. type ListAddressTransactionsCmd struct { id interface{} Account string