fix tests

This commit is contained in:
NikVolf 2016-07-02 20:08:52 +03:00
parent 43027b36ea
commit 8f6e48e4c3
1 changed files with 1 additions and 0 deletions

View File

@ -804,6 +804,7 @@ mod test {
use error::{Error, TransactionError};
use super::*;
use super::{TransactionSet, TransactionOrder, VerifiedTransaction};
use client::TransactionImportResult;
fn unwrap_tx_err(err: Result<TransactionImportResult, Error>) -> TransactionError {
match err.unwrap_err() {