We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710b25f commit fadb0d5Copy full SHA for fadb0d5
ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/MainnetProtocolSpecs.java
@@ -1024,7 +1024,7 @@ static ProtocolSpecBuilder regolithDefinition(
1024
(BaseFeeMarket) feeMarket))
1025
.blockBodyValidatorBuilder(BaseFeeBlockBodyValidator::new)
1026
.genesisConfigOptions(Optional.of(genesisConfigOptions))
1027
- .withdrawalsValidator(new WithdrawalsValidator.AllowedWithdrawals())
+ .withdrawalsValidator(new WithdrawalsValidator.NotApplicableWithdrawals())
1028
.name("Regolith");
1029
}
1030
0 commit comments