mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: impl Encodable2718 and Decodable2718 for PooledTransactionsElement (#11482)
This commit is contained in:
@ -194,7 +194,7 @@ impl<C: ChainSpecParser<ChainSpec = ChainSpec>> Command<C> {
|
||||
)
|
||||
.expect("should not fail to convert blob tx if it is already eip4844");
|
||||
let pooled = PooledTransactionsElement::BlobTransaction(tx);
|
||||
let encoded_length = pooled.length_without_header();
|
||||
let encoded_length = pooled.encode_2718_len();
|
||||
|
||||
// insert the blob into the store
|
||||
blob_store.insert(transaction.hash, sidecar)?;
|
||||
|
||||
Reference in New Issue
Block a user