Move format_ether into transaction_request.rs

This commit is contained in:
Kristoffer Ström
2016-10-18 19:13:43 +02:00
committed by arkpar
parent a7e10cebbd
commit 1d0ccb1c30
3 changed files with 33 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ extern crate rpassword;
extern crate parity_rpc_client as client;
use rpc::v1::types::{U256, ConfirmationRequest};
use client::signer::SignerRpc;
use client::signer_client::SignerRpc;
use std::io::{Write, BufRead, BufReader, stdout, stdin};
use std::path::PathBuf;
use std::fs::File;