bitcoin-dev-project / sim-ln

Payment activity generator for the lightning network
MIT License
63 stars 28 forks source link

sim-cli: improves capacity_multiplier deserializer #156

Closed sr-gi closed 1 year ago

sr-gi commented 1 year ago

The current capacity_multiplier deserializer accepts values smaller than or equal to 0, which are not allowed by the simulator. Patch it with a custom f64 deserializer that enforcer values to be greater than zero

This is related to #155.

sr-gi commented 1 year ago

No rush merging this, opening it just so we don't forger about it