Wrap ed25519_dalek::Keypair (#8247)

This commit is contained in:
Greg Fitzgerald
2020-02-12 14:15:12 -07:00
committed by GitHub
parent ecb055a252
commit 127553ce4b
16 changed files with 63 additions and 60 deletions

View File

@ -1,7 +1,7 @@
use clap::{crate_description, crate_name, App, Arg, ArgMatches};
use solana_faucet::faucet::FAUCET_PORT;
use solana_sdk::fee_calculator::FeeCalculator;
use solana_sdk::signature::{read_keypair_file, Keypair, KeypairUtil};
use solana_sdk::signature::{read_keypair_file, Keypair};
use std::{net::SocketAddr, process::exit, time::Duration};
const NUM_LAMPORTS_PER_ACCOUNT_DEFAULT: u64 = solana_sdk::native_token::LAMPORTS_PER_SOL;