From c66d315f7b0ef7142edca6b38461dbe3f7bfcec6 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 21 Jul 2022 13:01:10 +0200 Subject: [PATCH] readme: add satoshi units to readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da8dc4a..d66099b 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ vim .env # edit your config + `WEBHOOK_URL`: Optional. Callback URL for incoming and outgoing payment events, see below. + `FEE_RESERVE`: (default: false) Keep fee reserve for each user + `ALLOW_ACCOUNT_CREATION`: (default: true) Enable creation of new accounts -+ `MAX_RECEIVE_AMOUNT`: (default: 0 = no limit) Set maximum amount for which an invoice can be created -+ `MAX_SEND_AMOUNT`: (default: 0 = no limit) Set maximum amount of an invoice that can be paid -+ `MAX_ACCOUNT_BALANCE`: (default: 0 = no limit) Set maximum balance for each account ++ `MAX_RECEIVE_AMOUNT`: (default: 0 = no limit) Set maximum amount (in satoshi) for which an invoice can be created ++ `MAX_SEND_AMOUNT`: (default: 0 = no limit) Set maximum amount (in satoshi) of an invoice that can be paid ++ `MAX_ACCOUNT_BALANCE`: (default: 0 = no limit) Set maximum balance (in satoshi) for each account ### Macaroon