Rename KeyPair to Keypair

This commit is contained in:
Greg Fitzgerald
2018-08-09 08:56:04 -06:00
parent 8567253833
commit c2bbe4344e
28 changed files with 209 additions and 209 deletions

View File

@@ -599,8 +599,8 @@ mod test {
use logger;
use packet::{BlobRecycler, BLOB_HEADER_SIZE, BLOB_SIZE};
use rand::{thread_rng, Rng};
use signature::KeyPair;
use signature::KeyPairUtil;
use signature::Keypair;
use signature::KeypairUtil;
// use std::sync::{Arc, RwLock};
use streamer::{index_blobs, WindowSlot};
@@ -728,7 +728,7 @@ mod test {
}
let d = crdt::NodeInfo::new(
KeyPair::new().pubkey(),
Keypair::new().pubkey(),
"127.0.0.1:1234".parse().unwrap(),
"127.0.0.1:1235".parse().unwrap(),
"127.0.0.1:1236".parse().unwrap(),