mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(docs): Fix docs (#14602)
This commit is contained in:
@ -11,7 +11,7 @@ pub fn ensure_well_formed_fields<T: BlockBody>(
|
|||||||
) -> Result<(), PayloadError> {
|
) -> Result<(), PayloadError> {
|
||||||
if is_shanghai_active {
|
if is_shanghai_active {
|
||||||
if block_body.withdrawals().is_none() {
|
if block_body.withdrawals().is_none() {
|
||||||
// shanghai not active but withdrawals present
|
// shanghai active but no withdrawals present
|
||||||
return Err(PayloadError::PostShanghaiBlockWithoutWithdrawals)
|
return Err(PayloadError::PostShanghaiBlockWithoutWithdrawals)
|
||||||
}
|
}
|
||||||
} else if block_body.withdrawals().is_some() {
|
} else if block_body.withdrawals().is_some() {
|
||||||
|
|||||||
Reference in New Issue
Block a user