You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Geth with pruned history, the freezer validation will fail at startup when it attempts to compare the genesis block hash to the block stored in freezer. We have this check to ensure the user doesn't configure a freezer directory for the wrong network.
The metadata file (last updated in #30392) should be changed to include the genesis hash. That way, we can perform the validation check without actually storing the genesis block.
The text was updated successfully, but these errors were encountered:
When running Geth with pruned history, the freezer validation will fail at startup when it attempts to compare the genesis block hash to the block stored in freezer. We have this check to ensure the user doesn't configure a freezer directory for the wrong network.
The metadata file (last updated in #30392) should be changed to include the genesis hash. That way, we can perform the validation check without actually storing the genesis block.
The text was updated successfully, but these errors were encountered: