From 43b469be5a915e1490f6043f067872c16a93fc55 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Fri, 25 Aug 2017 12:58:26 -0700 Subject: [PATCH] lnd_test: switch btcrpcclient to rpcclient --- lnd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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