mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: add requests root when converting alloy header (#10197)
This commit is contained in:
@ -41,8 +41,7 @@ impl TryFrom<RpcHeader> for Header {
|
||||
timestamp: header.timestamp,
|
||||
transactions_root: header.transactions_root,
|
||||
withdrawals_root: header.withdrawals_root,
|
||||
// TODO: requests_root: header.requests_root,
|
||||
requests_root: None,
|
||||
requests_root: header.requests_root,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user