From 32e7368e1ec757eaf345de0f3f950a91d15309a7 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Fri, 28 Sep 2018 16:38:08 -0700 Subject: [PATCH] chainntnfs/txconfnotifier: remove clientID from UpdateConfDetails signature --- chainntnfs/txconfnotifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chainntnfs/txconfnotifier.go b/chainntnfs/txconfnotifier.go index fef1a2b7..e2446a45 100644 --- a/chainntnfs/txconfnotifier.go +++ b/chainntnfs/txconfnotifier.go @@ -287,7 +287,7 @@ func (tcn *TxConfNotifier) Register( // NOTE: The notification should be registered first to ensure notifications are // dispatched correctly. func (tcn *TxConfNotifier) UpdateConfDetails(txid chainhash.Hash, - clientID uint64, details *TxConfirmation) error { + details *TxConfirmation) error { select { case <-tcn.quit: