mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-20 02:27:21 +01:00
lnwallet: properly set FeeEstimator within integration tests
This commit is contained in:
parent
54cb8a05cd
commit
5e2381a64c
@ -1324,11 +1324,12 @@ func TestLightningWallet(t *testing.T) {
|
||||
}
|
||||
|
||||
btcwalletConfig := &btcwallet.Config{
|
||||
PrivatePass: privPass,
|
||||
HdSeed: testHdSeed[:],
|
||||
DataDir: tempTestDir,
|
||||
NetParams: netParams,
|
||||
ChainSource: chainRpc,
|
||||
PrivatePass: privPass,
|
||||
HdSeed: testHdSeed[:],
|
||||
DataDir: tempTestDir,
|
||||
NetParams: netParams,
|
||||
ChainSource: chainRpc,
|
||||
FeeEstimator: lnwallet.StaticFeeEstimator{FeeRate: 250},
|
||||
}
|
||||
wc, err = walletDriver.New(btcwalletConfig)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user