mirror of
https://github.com/callebtc/electronwall.git
synced 2025-12-17 07:04:21 +01:00
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
if (
|
|
// only forward amounts larger than 100 sat
|
|
HtlcForward.Event.OutgoingAmountMsat >= 100000
|
|
) { true } else { false }
|
|
|