Skip to content

Commit

Permalink
fixup! rename to pool, more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aeyakovenko committed Nov 27, 2019
1 parent fa03f24 commit b2b86bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ledger/src/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! represents an approximate amount of time since the last Entry was created.
use crate::poh::Poh;
use log::*;
use rayoff::rayoff::Pool;
use rayoff::pool::Pool;
use serde::{Deserialize, Serialize};
use solana_measure::measure::Measure;
use solana_merkle_tree::MerkleTree;
Expand Down
2 changes: 1 addition & 1 deletion ledger/src/sigverify_shreds.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![allow(clippy::implicit_hasher)]
use crate::shred::ShredType;
use ed25519_dalek::{Keypair, PublicKey, SecretKey};
use rayoff::rayoff::Pool;
use rayoff::pool::Pool;
use sha2::{Digest, Sha512};
use solana_metrics::inc_new_counter_debug;
use itertools::Itertools;
Expand Down

0 comments on commit b2b86bd

Please sign in to comment.