Skip to content

Commit 0e9a4da

Browse files
committed
modified error string to avoid change now rpc-test
1 parent 3d28958 commit 0e9a4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/ethapi/block_overrides.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (overrides *BlockOverrides) Override(context *evmtypes.BlockContext) error
6161
return errors.New(`block override "beaconRoot" is not supported for this RPC method`)
6262
}
6363
if overrides.Withdrawals != nil {
64-
return errors.New(`block override "withdrawals" is not supported for this RPC method`)
64+
return errors.New(`BlockOverrides.Withdrawals not supported`)
6565
}
6666
if overrides.Number != nil {
6767
context.BlockNumber = overrides.Number.Uint64()

0 commit comments

Comments
 (0)