You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: mock/src/transaction.rs
+3-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ use ethers_core::{
12
12
use ethers_signers::{LocalWallet,Signer};
13
13
use lazy_static::lazy_static;
14
14
use rand::SeedableRng;
15
-
use rand_chacha::ChaCha20Rng;
15
+
use rand_chacha::{rand_core::OsRng,ChaCha20Rng};
16
16
17
17
lazy_static!{
18
18
/// Collection of correctly hashed and signed Transactions which can be used to test circuits or opcodes that have to check integrity of the Tx itself.
@@ -171,7 +171,8 @@ impl Default for MockTransaction {
0 commit comments