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 624c130 commit c42e57dCopy full SHA for c42e57d
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(check2) *^> check3
389
390
let checkIfFundersAmountSufficient (feeEst: IFeeEstimator) msg =
391
let fundersAmount = LNMoney.Satoshis(msg.FundingSatoshis.Satoshi) - msg.PushMSat
0 commit comments