lnd
lnd copied to clipboard
fixing inconsistent flag naming in lncli queryRoutes
outgoing chan id flag has two different namings:
- outgoing_chanid in queryroutes
- outgoing_chan_id in payinvoice
This PR unifies that to outgoing_chan_id for the sake of consistency
@aljazceru, remember to re-request review from reviewers when ready
@aljazceru, remember to re-request review from reviewers when ready
Replaced by/included in https://github.com/lightningnetwork/lnd/pull/7689, original commit author credits are preserved.