Fix comments.

This commit is contained in:
Josh Rickmar 2013-11-08 14:07:57 -05:00
parent 0c37bf3b50
commit 91b030cb76

View file

@ -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,