chainntnfs/txconfnotifier: remove clientID from UpdateConfDetails signature
This commit is contained in:
parent
9ae6d43916
commit
32e7368e1e
@ -287,7 +287,7 @@ func (tcn *TxConfNotifier) Register(
|
|||||||
// NOTE: The notification should be registered first to ensure notifications are
|
// NOTE: The notification should be registered first to ensure notifications are
|
||||||
// dispatched correctly.
|
// dispatched correctly.
|
||||||
func (tcn *TxConfNotifier) UpdateConfDetails(txid chainhash.Hash,
|
func (tcn *TxConfNotifier) UpdateConfDetails(txid chainhash.Hash,
|
||||||
clientID uint64, details *TxConfirmation) error {
|
details *TxConfirmation) error {
|
||||||
|
|
||||||
select {
|
select {
|
||||||
case <-tcn.quit:
|
case <-tcn.quit:
|
||||||
|
Loading…
Reference in New Issue
Block a user