Skip to content

Commit

Permalink
lnwallet: do not skip feecheck on coin select test
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeTsagk committed Apr 12, 2024
1 parent 0e83ed6 commit 129145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnwallet/chanfunding/coin_select_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ func TestCalculateChangeAmount(t *testing.T) {
changeAmt, needMore, err := CalculateChangeAmount(
tc.totalInputAmt, tc.requiredAmt,
tc.feeNoChange, tc.feeWithChange, tc.dustLimit,
tc.changeType,
tc.changeType, false,
)

if tc.expectErr != "" {
Expand Down

0 comments on commit 129145c

Please sign in to comment.