lnd.xprv/cmd/lncli
Sebastian Delgado 6746609ec6
Add constant and percentage-based fee limits to payments
- Extend SendRequest and QueryRoutesRequest protos
- newRoute function takes fee limit and cuts off routes that exceed it
- queryRoutes, payInvoice and sendPayment commands take the feeLimit inputs and pass them down to newRoute
- When no feeLimit is included, don't enforce any feeLimits at all (by setting feeLimit to maxValue)
2018-06-12 18:14:43 -07:00
..
commands.go Add constant and percentage-based fee limits to payments 2018-06-12 18:14:43 -07:00
main.go cmd/lncli: add sendtoroute command 2018-06-06 20:45:00 -07:00