mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: replace TransactionSigned struct inits with new functions (#12779)
This commit is contained in:
@ -32,7 +32,7 @@ impl BlobTransaction {
|
||||
hash,
|
||||
))),
|
||||
transaction => {
|
||||
let tx = TransactionSigned { transaction, signature, hash: hash.into() };
|
||||
let tx = TransactionSigned::new(transaction, signature, hash);
|
||||
Err((tx, sidecar))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user