1
I'm trying to write some services on top of c-lightning and I need to check if certain payments hit certain nodes.
lightning-cli getroute nodeid amount riskfactor
This gives me a randomly selected single route out of potential two routes.
Is it possible for me to get all potential routes and decide for myself?