lnd_test: switch btcrpcclient to rpcclient
This commit is contained in:
parent
501e1dae23
commit
43b469be5a
@ -1722,7 +1722,7 @@ func copyFile(dest, src string) error {
|
||||
return d.Close()
|
||||
}
|
||||
|
||||
func waitForTxInMempool(miner *btcrpcclient.Client,
|
||||
func waitForTxInMempool(miner *rpcclient.Client,
|
||||
timeout time.Duration) (*chainhash.Hash, error) {
|
||||
|
||||
var txid *chainhash.Hash
|
||||
|
Loading…
Reference in New Issue
Block a user