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
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

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