Skip to content

Commit fadb0d5

Browse files
committed
fix withdrawals validator type
1 parent 710b25f commit fadb0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/MainnetProtocolSpecs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ static ProtocolSpecBuilder regolithDefinition(
10241024
(BaseFeeMarket) feeMarket))
10251025
.blockBodyValidatorBuilder(BaseFeeBlockBodyValidator::new)
10261026
.genesisConfigOptions(Optional.of(genesisConfigOptions))
1027-
.withdrawalsValidator(new WithdrawalsValidator.AllowedWithdrawals())
1027+
.withdrawalsValidator(new WithdrawalsValidator.NotApplicableWithdrawals())
10281028
.name("Regolith");
10291029
}
10301030

0 commit comments

Comments
 (0)