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