Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gijswijs committed Nov 14, 2024
1 parent 5da5e3b commit 9c745bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/send_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func testMinRelayFeeBump(t *harnessTest) {
lowFeeRate := chainfee.SatPerVByte(1).FeePerKWeight()
highMinRelayFeeRate := chainfee.SatPerVByte(2).FeePerKVByte()
defaultMinRelayFeeRate := chainfee.SatPerVByte(1).FeePerKVByte()
defaultFeeRate := chainfee.SatPerKWeight(3000)
defaultFeeRate := chainfee.SatPerKWeight(3125)
t.lndHarness.SetFeeEstimateWithConf(lowFeeRate, 6)
t.lndHarness.SetMinRelayFeerate(highMinRelayFeeRate)

Expand Down

0 comments on commit 9c745bd

Please sign in to comment.