multi: switch from btcrpcclient to rpcclient

This commit is contained in:
Olaoluwa Osuntokun
2017-08-24 18:54:17 -07:00
parent ac128e4545
commit 9f0efddc20
14 changed files with 48 additions and 48 deletions

View File

@ -18,7 +18,7 @@ import (
"github.com/roasbeef/btcd/btcec"
"github.com/roasbeef/btcd/chaincfg"
"github.com/roasbeef/btcd/rpctest"
"github.com/roasbeef/btcd/integration/rpctest"
"github.com/roasbeef/btcd/txscript"
"github.com/roasbeef/btcd/wire"
"github.com/roasbeef/btcutil"