mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-19 13:34:25 +01:00
lntest: lower cpfp fee due to new bitcoind max fee restriction
This commit is contained in:
@@ -94,7 +94,7 @@ func testCPFP(net *lntest.NetworkHarness, t *harnessTest) {
|
||||
}
|
||||
bumpFeeReq := &walletrpc.BumpFeeRequest{
|
||||
Outpoint: op,
|
||||
SatPerByte: uint32(sweep.DefaultMaxFeeRate.FeePerKVByte() / 1000),
|
||||
SatPerByte: uint32(sweep.DefaultMaxFeeRate.FeePerKVByte() / 2000),
|
||||
}
|
||||
ctxt, _ = context.WithTimeout(ctxb, defaultTimeout)
|
||||
_, err = net.Bob.WalletKitClient.BumpFee(ctxt, bumpFeeReq)
|
||||
|
||||
Reference in New Issue
Block a user