EIP2929 with journaling + Yolov3 (#79)
This commit is contained in:
@@ -27,7 +27,6 @@ use parking_lot::Mutex;
|
||||
use types::transaction::{Action, Transaction};
|
||||
|
||||
use ethkey::Secret;
|
||||
use rustc_hex::ToHex;
|
||||
use serde_json::to_value;
|
||||
use v1::{
|
||||
helpers::{
|
||||
@@ -92,6 +91,9 @@ fn setup_with(c: Config) -> PersonalTester {
|
||||
tester
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
use rustc_hex::ToHex;
|
||||
|
||||
#[test]
|
||||
fn accounts() {
|
||||
let tester = setup();
|
||||
|
||||
Reference in New Issue
Block a user