mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-28 07:51:32 +00:00
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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ListAddressTransactionsCmd is a type handling custom marshaling and
|
||||||
|
// unmarshaling of listaddresstransactions JSON websocket extension commands.
|
||||||
type ListAddressTransactionsCmd struct {
|
type ListAddressTransactionsCmd struct {
|
||||||
id interface{}
|
id interface{}
|
||||||
Account string
|
Account string
|
||||||
|
|
Loading…
Add table
Reference in a new issue