lnd_test: switch btcrpcclient to rpcclient

This commit is contained in:
Conner Fromknecht 2017-08-25 12:58:26 -07:00 committed by Olaoluwa Osuntokun
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