From 0cdeffebebecd9b6bc13cbaa877a6aee011b8e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Papierski?= Date: Tue, 8 Oct 2024 17:20:56 +0200 Subject: [PATCH] Update comment --- resources/local/chainspec.toml.in | 5 ++++- resources/production/chainspec.toml | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/resources/local/chainspec.toml.in b/resources/local/chainspec.toml.in index 174c9deb0b..c899727bbf 100644 --- a/resources/local/chainspec.toml.in +++ b/resources/local/chainspec.toml.in @@ -96,7 +96,10 @@ signature_rewards_max_delay = 3 # # Changing this option makes sense only for private chains which dont need auctioning new validator slots. allow_auction_bids = true -# Allow peer to peer transfers between users. Setting this to false makes sense only on private chains. +# Allows transfers between accounts in the blockchain network. +# +# Setting this to false restricts normal accounts from sending tokens to other accounts, allowing transfers only to administrators. +# Changing this option makes sense only on private chains. allow_unrestricted_transfers = true # If set to false, then consensus doesn't compute rewards and always uses 0. compute_rewards = true diff --git a/resources/production/chainspec.toml b/resources/production/chainspec.toml index de899cf951..d32c720b40 100644 --- a/resources/production/chainspec.toml +++ b/resources/production/chainspec.toml @@ -99,9 +99,10 @@ finders_fee = [1, 5] finality_signature_proportion = [1, 2] # Lookback interval indicating which past block we are looking at to reward. signature_rewards_max_delay = 3 -# Allows peer to peer transfers between users. +# Allows transfers between accounts in the blockchain network. # -# Setting this to false makes sense only for private chains. +# Setting this to false restricts normal accounts from sending tokens to other accounts, allowing transfers only to administrators. +# Changing this option makes sense only on private chains. allow_unrestricted_transfers = true # Enables the auction entry points 'delegate' and 'add_bid'. #