From 208b8f0dad29fd2c854f48aeb9fae310ab70fdaf Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Sun, 15 May 2022 19:49:10 +0200 Subject: [PATCH] Update PickhardtPayments.md --- PickhardtPayments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PickhardtPayments.md b/PickhardtPayments.md index 92836bf1..9041d23f 100644 --- a/PickhardtPayments.md +++ b/PickhardtPayments.md @@ -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