Merge pull request #6459 from paritytech/fo-6418-dont-export-bigint

Refactor: Don't reexport bigint from util
This commit is contained in:
Marek Kotewicz
2017-09-05 12:38:03 +02:00
committed by GitHub
290 changed files with 663 additions and 333 deletions

View File

@@ -17,6 +17,8 @@
//! General error types for use in ethcore.
use std::fmt;
use bigint::prelude::U256;
use bigint::hash::H256;
use util::*;
use io::*;
use header::BlockNumber;