mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 22:54:26 +01:00
lnwallet: update for new API change in NewBitcoindClient
This commit is contained in:
@@ -2315,8 +2315,8 @@ func runTests(t *testing.T, walletDriver *lnwallet.WalletDriver,
|
|||||||
|
|
||||||
// Create a btcwallet bitcoind client for both Alice and
|
// Create a btcwallet bitcoind client for both Alice and
|
||||||
// Bob.
|
// Bob.
|
||||||
aliceClient = chainConn.NewBitcoindClient(time.Unix(0, 0))
|
aliceClient = chainConn.NewBitcoindClient()
|
||||||
bobClient = chainConn.NewBitcoindClient(time.Unix(0, 0))
|
bobClient = chainConn.NewBitcoindClient()
|
||||||
default:
|
default:
|
||||||
t.Fatalf("unknown chain driver: %v", backEnd)
|
t.Fatalf("unknown chain driver: %v", backEnd)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user