0fc401de19
With the introduction of the max CLTV limit parameter, nodes are able to reject HTLCs that exceed it. This should also be applied to path finding, otherwise HTLCs crafted by the same node that exceed it never left the switch. This wasn't a big deal since the previous max CLTV limit was ~5000 blocks. Once it was lowered to 1008, the issue became more apparent. Therefore, all of our path finding attempts now have a restriction of said limit in in order to properly carry out HTLCs to the network. |
||
---|---|---|
.. | ||
config_active.go | ||
config_default.go | ||
config.go | ||
driver.go | ||
log.go | ||
router_backend_test.go | ||
router_backend.go | ||
router_server.go | ||
router.pb.go | ||
router.proto |