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

@@ -57,9 +57,7 @@ impl<'a, 'b> Drop for TransactionBatch<'a, 'b> {
mod tests {
use super::*;
use crate::genesis_utils::{create_genesis_config_with_leader, GenesisConfigInfo};
use solana_sdk::pubkey::Pubkey;
use solana_sdk::signature::{Keypair, KeypairUtil};
use solana_sdk::system_transaction;
use solana_sdk::{pubkey::Pubkey, signature::Keypair, system_transaction};
#[test]
fn test_transaction_batch() {