mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: change ommers type to Header (#292)
This commit is contained in:
@ -10,7 +10,7 @@ pub struct Block {
|
||||
/// Transactions in this block.
|
||||
pub body: Vec<TransactionSigned>,
|
||||
/// Ommers/uncles header
|
||||
pub ommers: Vec<SealedHeader>,
|
||||
pub ommers: Vec<Header>,
|
||||
}
|
||||
|
||||
impl Deref for Block {
|
||||
|
||||
Reference in New Issue
Block a user