Fill in missing comment; found by golint.

This commit is contained in:
Josh Rickmar 2014-02-04 17:04:05 -05:00
parent f6c7cf92fd
commit 3cba42282e

View file

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