cmd/lncli: convert queryRoute to queryRoutes

This commit is contained in:
Olaoluwa Osuntokun
2017-03-20 19:01:57 -07:00
parent 04a6c2f7f6
commit dabaf9da70
2 changed files with 7 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ func main() {
describeGraphCommand,
getChanInfoCommand,
getNodeInfoCommand,
queryRouteCommand,
queryRoutesCommand,
getNetworkInfoCommand,
debugLevelCommand,
decodePayReqComamnd,