From b3545e9ba8142c0df216ae5436ba9fa130579937 Mon Sep 17 00:00:00 2001 From: Mostafa Date: Tue, 19 Nov 2024 19:55:30 +0800 Subject: [PATCH] update zero-fee document --- content/tutorials/zero-fee-transactios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/zero-fee-transactios.md b/content/tutorials/zero-fee-transactios.md index 31a2e6f..3daa535 100644 --- a/content/tutorials/zero-fee-transactios.md +++ b/content/tutorials/zero-fee-transactios.md @@ -67,7 +67,7 @@ Here is an example configuration for accepting zero-fee transactions: # `max_size` indicates the maximum number of unconfirmed transactions inside the pool. # Default is `1000`. - max_size = 5000 + max_size = 2000 # `tx_pool.fee` contains configuration to calculate the transaction fee. [tx_pool.fee]