Fix broken tip (#4278)

automerge
This commit is contained in:
carllin 2019-05-14 02:35:32 -07:00 committed by Grimes
parent 727802684c
commit 65a82ebf50
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ impl Replicator {
> 0 > 0
); );
let blockhash = self let (blockhash, _) = self
.client .client
.get_recent_blockhash() .get_recent_blockhash()
.expect("No recent blockhash"); .expect("No recent blockhash");