Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/0.42] Remove unrecognized properties from testnet bootstrap and application config files #9208

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove another errant property
Signed-off-by: Matt Hess <matt.hess@swirldslabs.com>
  • Loading branch information
mhess-swl committed Oct 11, 2023
commit fa1029677c6f4ad5f69ab1b040e6658bb81f8d10
4 changes: 2 additions & 2 deletions hedera-node/configuration/testnet/application.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This is intended to be an exact replica of file 121 on testnet and should match bootstrap.properties exactly.
# Except for network-specific properties (e.g. testnet vs. mainnet), this file is intended to be an
# exact replica of file 121 on testnet and should match bootstrap.properties exactly.
# It will be used by modular code for all the property overrides.
# It does not have to match bootstrap.properties once that file is deprecated by the switch from mono-service to hedera-config.
accounts.maxNumber=20_000_000
staking.fees.stakingRewardPercentage=10
staking.maxStakeRewarded=650000000000000000
staking.rewardBalanceThreshold=8500000000000000
bogus.property=4
tokens.nfts.maxAllowedMints=10_000_000
# Overrides that differ based on the network
ledger.id=0x01
Expand Down