mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: rename reth_primitives::RecoveredTx functions to match alloy::Recovered (#13663)
This commit is contained in:
@ -192,7 +192,7 @@ impl<C: ChainSpecParser<ChainSpec = ChainSpec>> Command<C> {
|
||||
|
||||
let pooled = transaction
|
||||
.clone()
|
||||
.into_signed()
|
||||
.into_tx()
|
||||
.try_into_pooled_eip4844(sidecar.clone())
|
||||
.expect("should not fail to convert blob tx if it is already eip4844");
|
||||
let encoded_length = pooled.encode_2718_len();
|
||||
|
||||
Reference in New Issue
Block a user