mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 14:44:22 +01:00
Revert "funding: ensure the chan policy max htlc size is below max pay size"
This reverts commit 9b3385e87d.
This commit is contained in:
@@ -2391,9 +2391,6 @@ func (f *fundingManager) annAfterSixConfs(completeChan *channeldb.OpenChannel,
|
||||
if fwdMaxHTLC > capacityMSat {
|
||||
fwdMaxHTLC = capacityMSat
|
||||
}
|
||||
if fwdMaxHTLC > MaxPaymentMSat {
|
||||
fwdMaxHTLC = MaxPaymentMSat
|
||||
}
|
||||
|
||||
// Create and broadcast the proofs required to make this channel
|
||||
// public and usable for other nodes for routing.
|
||||
|
||||
Reference in New Issue
Block a user