mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor(tx_wrapper): Use derive(TransactionEnvelope)
This commit is contained in:
@ -139,7 +139,7 @@ where
|
||||
inner: BlockBody {
|
||||
transactions: transactions
|
||||
.into_transactions()
|
||||
.map(|tx| TransactionSigned(tx.inner.into_inner().into()))
|
||||
.map(|tx| TransactionSigned::Default(tx.inner.into_inner().into()))
|
||||
.collect(),
|
||||
ommers: Default::default(),
|
||||
withdrawals,
|
||||
|
||||
Reference in New Issue
Block a user