Fill in missing comment; found by golint.
This commit is contained in:
parent
f6c7cf92fd
commit
3cba42282e
1 changed files with 2 additions and 0 deletions
2
cmds.go
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue