From 1a8ae488079f1096b421488b31068818e4e8cbbf Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 3 Feb 2016 12:05:53 -0800 Subject: [PATCH] lnwallet: point rpctest at my in-progress fork+branch Fixes compilation issues for those not using my laptop :) --- lnwallet/wallet_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnwallet/wallet_test.go b/lnwallet/wallet_test.go index a0b59fc7..64267bb1 100644 --- a/lnwallet/wallet_test.go +++ b/lnwallet/wallet_test.go @@ -10,8 +10,8 @@ import ( "github.com/btcsuite/btcd/chaincfg" + "github.com/Roasbeef/btcd/rpctest" "github.com/btcsuite/btcd/btcec" - "github.com/btcsuite/btcd/rpctest" "github.com/btcsuite/btcd/txscript" "github.com/btcsuite/btcd/wire" "github.com/btcsuite/btcutil"