removed util::common

This commit is contained in:
debris
2017-07-29 21:56:42 +02:00
parent eecd823d32
commit c4989ddc44
52 changed files with 109 additions and 84 deletions

View File

@@ -63,11 +63,10 @@ pub struct AuthorityRound {
#[cfg(test)]
mod tests {
use util::{H160, U256};
use uint::Uint;
use util::U256;
use util::H160;
use serde_json;
use hash::Address;
use serde_json;
use spec::validator_set::ValidatorSet;
use spec::authority_round::AuthorityRound;