Skip to content

Commit

Permalink
Fix build...
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Apr 25, 2020
1 parent fc7ee91 commit 4cfe6a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/tests/bank_forks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mod tests {
};
use solana_sdk::{
clock::Slot,
genesis_config::GenesisConfig,
hash::hashv,
pubkey::Pubkey,
signature::{Keypair, Signer},
Expand Down Expand Up @@ -95,6 +96,7 @@ mod tests {
&CompressionType::Bzip2,
),
CompressionType::Bzip2,
&GenesisConfig::default(),
)
.unwrap();

Expand Down

0 comments on commit 4cfe6a7

Please sign in to comment.