Update PickhardtPayments.md

This commit is contained in:
Carsten Otto
2022-05-15 19:49:10 +02:00
committed by GitHub
parent da9b2908c8
commit 208b8f0dad

View File

@@ -56,7 +56,7 @@ configuration file:
You can compute an MPP based on #PickhardtPayments using any of the following endpoints:
* `/beta/pickhardt-payments/from/{source}/to/{target}/amount/{amount}/fee-rate-weight/{feeRateWeight}`
* compute an MPP from the given node `source` to the given node `target`
* compute an MPP from the given node `source` to the given node `target`, the amount is given in satoshis
* `/beta/pickhardt-payments/from/{source}/to/{target}/amount/{amount}`
* as above, with default fee rate weight 0
* `/beta/pickhardt-payments/to/{pubkey}/amount/{amount}/fee-rate-weight/{feeRateWeight}`
@@ -69,7 +69,7 @@ You can compute an MPP based on #PickhardtPayments using any of the following en
Warning: Don't do this on mainnet, yet! This is very much work in progress.
* `/beta/pickhardt-payments/pay-payment-request/{paymentRequest}/fee-rate-weight/{feeRateWeight}`
* Pay the given payment request (also known as invoice) using the configured fee rate weight.
* Pay the given payment request (also known as invoice) using the configured fee rate weight
* `/beta/pickhardt-payments/pay-payment-request/{paymentRequest}`
* as above, with default fee rate weight 0