mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
multi: update to new BitcoindClient API
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
64681214f4
commit
2fa64dd6ff
@@ -6,7 +6,6 @@ import (
|
||||
"fmt"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"github.com/btcsuite/btcd/btcjson"
|
||||
"github.com/btcsuite/btcd/chaincfg/chainhash"
|
||||
@@ -71,7 +70,7 @@ func NewBitcoindFilteredChainView(
|
||||
quit: make(chan struct{}),
|
||||
}
|
||||
|
||||
chainView.chainClient = chainConn.NewBitcoindClient(time.Unix(0, 0))
|
||||
chainView.chainClient = chainConn.NewBitcoindClient()
|
||||
chainView.blockQueue = newBlockEventQueue()
|
||||
|
||||
return chainView
|
||||
|
Reference in New Issue
Block a user