get_route: fix outdated var name
authorValentine Wallace <vwallace@protonmail.com>
Fri, 22 Sep 2023 20:13:36 +0000 (16:13 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 27 Sep 2023 17:19:51 +0000 (13:19 -0400)
commit5263b07b55c9e4d180b7cdc1f072222160a8b3dd
treebabf1333f710d67f010388ac4b18b3c4d7076c27
parent29c67d524666fcdbc9d06aaa9104916a4e2e2d47
get_route: fix outdated var name

Previously this variable was a bool, but has since been updated to be an
Option, so rename accordingly.
lightning/src/routing/router.rs