chainntnfs/txconfnotifier: remove clientID from UpdateConfDetails signature

This commit is contained in:
Conner Fromknecht
2018-09-28 16:38:08 -07:00
parent 9ae6d43916
commit 32e7368e1e

View File

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