change pubkey to ref

This commit is contained in:
Pankaj Garg
2019-03-20 14:23:58 -07:00
parent 1824e09d0a
commit d7ff6645a9
4 changed files with 24 additions and 24 deletions

View File

@@ -117,7 +117,7 @@ mod tests {
bank.slot(),
Some(4),
bank.ticks_per_slot(),
Pubkey::default(),
&Pubkey::default(),
);
let poh_recorder = Arc::new(Mutex::new(poh_recorder));
let exit = Arc::new(AtomicBool::new(false));