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

@@ -118,7 +118,7 @@ mod tests {
use solana_ledger::entry::create_ticks;
use solana_ledger::get_tmp_ledger_path;
use solana_sdk::clock::DEFAULT_SLOTS_PER_SEGMENT;
use solana_sdk::signature::{Keypair, KeypairUtil};
use solana_sdk::signature::Keypair;
use std::fs::{remove_dir_all, remove_file};
use std::path::Path;