chainntnfs/txnotifier: rename Register -> RegisterConf

This commit is contained in:
Wilmer Paulino
2018-10-05 02:07:55 -07:00
parent 82f6fd7a91
commit f65401b439
5 changed files with 22 additions and 23 deletions

View File

@@ -932,7 +932,7 @@ func (n *NeutrinoNotifier) RegisterConfirmationsNtfn(txid *chainhash.Hash,
// for `dispatch` will be returned if we are required to perform a
// manual scan for the confirmation. Otherwise the notifier will begin
// watching at tip for the transaction to confirm.
dispatch, err := n.txNotifier.Register(ntfn)
dispatch, err := n.txNotifier.RegisterConf(ntfn)
if err != nil {
return nil, err
}