cleaning up hash reexports

This commit is contained in:
debris
2016-08-03 18:05:17 +02:00
parent 573e775ef9
commit e8c451ac82
42 changed files with 102 additions and 148 deletions

View File

@@ -44,7 +44,7 @@ impl Account {
mod tests {
use serde_json;
use spec::account::Account;
use util::numbers::U256;
use util::U256;
use uint::Uint;
use bytes::Bytes;