Fix copy-paste typo.
This commit is contained in:
parent
d9d7db7c20
commit
3379f2a009
1 changed files with 1 additions and 1 deletions
2
cmds.go
2
cmds.go
|
@ -745,7 +745,7 @@ func (cmd *WalletIsLockedCmd) UnmarshalJSON(b []byte) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// ListAllTransactionsCmd is a type handling custom marshaling and
|
// ListAllTransactionsCmd is a type handling custom marshaling and
|
||||||
// unmarshaling of walletislocked JSON websocket extension commands.
|
// unmarshaling of listalltransactions JSON websocket extension commands.
|
||||||
type ListAllTransactionsCmd struct {
|
type ListAllTransactionsCmd struct {
|
||||||
id interface{}
|
id interface{}
|
||||||
Account string
|
Account string
|
||||||
|
|
Loading…
Reference in a new issue