Fix comments.
This commit is contained in:
parent
0c37bf3b50
commit
91b030cb76
1 changed files with 2 additions and 4 deletions
6
cmds.go
6
cmds.go
|
@ -291,8 +291,7 @@ type NotifyNewTXsCmd struct {
|
|||
// Enforce that NotifyNewTXsCmd satisifies the btcjson.Cmd interface.
|
||||
var _ btcjson.Cmd = &NotifyNewTXsCmd{}
|
||||
|
||||
// NewNotifyNewTXsCmd creates a new RescanCmd, parsing the optional
|
||||
// arguments optArgs which may either be empty or a
|
||||
// NewNotifyNewTXsCmd creates a new RescanCmd.
|
||||
func NewNotifyNewTXsCmd(id interface{}, addresses []string) *NotifyNewTXsCmd {
|
||||
return &NotifyNewTXsCmd{
|
||||
id: id,
|
||||
|
@ -383,8 +382,7 @@ type NotifySpentCmd struct {
|
|||
// Enforce that NotifySpentCmd satisifies the btcjson.Cmd interface.
|
||||
var _ btcjson.Cmd = &NotifySpentCmd{}
|
||||
|
||||
// NewNotifySpentCmd creates a new RescanCmd, parsing the optional
|
||||
// arguments optArgs which may either be empty or a
|
||||
// NewNotifySpentCmd creates a new RescanCmd.
|
||||
func NewNotifySpentCmd(id interface{}, op *btcwire.OutPoint) *NotifySpentCmd {
|
||||
return &NotifySpentCmd{
|
||||
id: id,
|
||||
|
|
Loading…
Reference in a new issue