fixing json_tests

This commit is contained in:
Tomasz Drwięga
2016-06-24 10:49:13 +02:00
parent 6edb981bfa
commit 34c89e5841
2 changed files with 19 additions and 11 deletions

View File

@@ -33,7 +33,7 @@
//! use ethcore::miner::{Miner, MinerService};
//!
//! fn main() {
//! let miner: Miner = Miner::with_spec(ethereum::new_frontier());
//! let miner: Miner = Miner::with_spec(ethereum::new_frontier(true));
//! // get status
//! assert_eq!(miner.status().transactions_in_pending_queue, 0);
//!