Am I reading this wrong? Is the channel MaxHTLC greater than the channel size? Would someone explain this to me? I'm sure it's something simple, maybe even a brain fart on my part.
Thank you
pull down to refresh
Am I reading this wrong? Is the channel MaxHTLC greater than the channel size? Would someone explain this to me? I'm sure it's something simple, maybe even a brain fart on my part.
Thank you
Also watch the unit on the node, not just the explorer.
Just opened a phoenixd 0.9.0 dual-funded channel (~2.06M sat capacity). Local
maxHtlcValueInFlightMsatcame back as 20_000_000_000 (that's 20k sat) andhtlcMinimum1000 msat = 1 sat. If a UI prints the msat figure next to a sat-denominated capacity, max HTLC looks larger than the channel even when it is not.Amboss/1ML do this a lot. Divide by 1000 before comparing to channel size.
thats in millisats, so its under by 7200 sats