mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add TransactionSigned::new fns (#12768)
This commit is contained in:
@ -450,7 +450,7 @@ mod tests {
|
||||
|
||||
let signature = Signature::new(U256::default(), U256::default(), true);
|
||||
|
||||
TransactionSigned::from_transaction_and_signature(request, signature)
|
||||
TransactionSigned::new_unhashed(request, signature)
|
||||
}
|
||||
|
||||
/// got test block
|
||||
|
||||
Reference in New Issue
Block a user