Wrap ed25519_dalek::Keypair (#8247) (#8250)

automerge
This commit is contained in:
mergify[bot]
2020-02-12 16:01:30 -08:00
committed by GitHub
parent ec319a6043
commit acafb89ff2
16 changed files with 63 additions and 58 deletions

View File

@@ -1,9 +1,5 @@
use solana_sdk::{
hash::Hash,
pubkey::Pubkey,
signature::{Keypair, KeypairUtil},
system_transaction,
transaction::Transaction,
hash::Hash, pubkey::Pubkey, signature::Keypair, system_transaction, transaction::Transaction,
};
use std::{
io::{Error, ErrorKind},