From a9f67bd99848734029369b413d91173b1b66bef1 Mon Sep 17 00:00:00 2001 From: BeilunYang <786220806@qq.com> Date: Mon, 14 Oct 2024 11:54:03 +0800 Subject: [PATCH] docs: fix docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56f4c35..aac0c09 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The service provides the following functionality: - `query_id` - unique text value to identify withdrawal request for a specific user to prevent double spending. - `basic unit` - minimum indivisible unit for TON (e.g. for TON `basic unit` = nanoTONs) or Jetton. - `hot_wallet_minimum_balance` - minimum TON balance in nanoTONs at hot wallet to start service. -- `hot_wallet_maximum_balance` - minimum balance (of TONs or Jettons) in basic units at hot wallet. Anything more than this amount will be withdrawn to a cold wallet. +- `hot_wallet_maximum_balance` - maximum balance (of TONs or Jettons) in basic units at hot wallet. Anything more than this amount will be withdrawn to a cold wallet. - `minimum_withdrawal_amount` - minimum balance (of TONs or Jettons) in basic units at deposit account to make withdrawal to hot wallet. It is necessary to prevent the case when the withdrawal fee will be close to the balance on the deposit. ## Prerequisites