We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f1e5f commit e8beb8eCopy full SHA for e8beb8e
src/DotNetLightning.Core/Channel/ChannelError.fs
@@ -380,7 +380,8 @@ module internal OpenChannelMsgValidation =
380
check
381
ourChannelReserve (<) msg.DustLimitSatoshis
382
"Dust limit too high for our channel reserve. our channel reserve is: %A . received dust_limit is: %A"
383
- Validation.ofResult(check1) *^> check2 *^> check3
+ //Validation.ofResult(check1) *^> check2 *^> check3
384
+ Validation.ofResult(check3)
385
386
let checkIfFundersAmountSufficient (feeEst: IFeeEstimator) msg =
387
let fundersAmount = LNMoney.Satoshis(msg.FundingSatoshis.Satoshi) - msg.PushMSat
0 commit comments