Skip to content

Commit

Permalink
Fix blocktree processor entry callback test (solana-labs#6285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Oct 9, 2019
1 parent 9fbbb17 commit f2ee01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/blocktree_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ pub mod tests {
None,
true,
&Arc::new(Keypair::new()),
&entries,
entries,
)
.unwrap();

Expand Down

0 comments on commit f2ee01a

Please sign in to comment.