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 e9cd47c commit d0e55cbCopy full SHA for d0e55cb
src/DotNetLightning.Core/Channel/ChannelError.fs
@@ -384,7 +384,8 @@ module internal OpenChannelMsgValidation =
384
check
385
ourChannelReserve (<) msg.DustLimitSatoshis
386
"Dust limit too high for our channel reserve. our channel reserve is: %A . received dust_limit is: %A"
387
- Validation.ofResult(check1) *^> check2 *^> check3
+ //Validation.ofResult(check1) *^> check2 *^> check3
388
+ Validation.ofResult(check3)
389
390
let checkIfFundersAmountSufficient (feeEst: IFeeEstimator) msg =
391
let fundersAmount = LNMoney.Satoshis(msg.FundingSatoshis.Satoshi) - msg.PushMSat
0 commit comments