diff --git a/lnd_test.go b/lnd_test.go index 88106dd8..54a8474a 100644 --- a/lnd_test.go +++ b/lnd_test.go @@ -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