1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
This commit is contained in:
schaeff 2022-04-05 13:52:21 +02:00
parent 348520991e
commit 4bfba0891a

View file

@ -52,7 +52,7 @@ mod tests {
Contract::compile_from_solidity_file(contract_path, "SimpleStorage", false).unwrap();
// Setup EVM
let mut evm = Evm::new();
let mut evm = Evm::default();
let deployer = Address::random(&mut rng);
evm.create_account(&deployer, 0);