We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181aa08 commit 43c9fc5Copy full SHA for 43c9fc5
remote/src/codec.rs
@@ -813,7 +813,7 @@ impl TryFrom<&proto::Transaction> for reth::primitives::TransactionSigned {
813
}),
814
};
815
816
- Ok(reth::primitives::TransactionSigned::new(transaction, signature, hash))
+ Ok(reth::primitives::TransactionSigned::new_unchecked(transaction, signature, hash))
817
}
818
819
0 commit comments