Skip to content

Commit

Permalink
rebase on origin/main and update Exception message
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Aug 19, 2021
1 parent 5dab0a4 commit a4ddf68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static FeeMarketException BaseFeePresentBeforeForkBlock() {

public static FeeMarketException MissingBaseFeeMarket() {
return new FeeMarketException(
"Incorrectly configured ProtocolSchedule: BaseFeeBlockBodyValidator requires BaseFeeMarket");
"Incorrectly configured ProtocolSchedule: requires BaseFeeMarket");
}

private FeeMarketException(final String reason) {
Expand Down

0 comments on commit a4ddf68

Please sign in to comment.