Skip to content

Commit

Permalink
Merge pull request #4911 from mpapierski/gh-4164-update-comment
Browse files Browse the repository at this point in the history
GH-4164: Update comment
  • Loading branch information
EdHastingsCasperAssociation authored Oct 14, 2024
2 parents 9109c7b + 0cdeffe commit 4b0a4fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion resources/local/chainspec.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions resources/production/chainspec.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
#
Expand Down

0 comments on commit 4b0a4fe

Please sign in to comment.