Revert blockhash sleep

This commit is contained in:
Justin Starry 2019-12-19 13:00:35 -05:00 committed by Michael Vines
parent 4b3176a9a1
commit e82db6fc2f
1 changed files with 1 additions and 2 deletions

View File

@ -427,8 +427,7 @@ fn poll_blockhash<T: Client>(
break;
}
// Wait a slot before checking again
sleep(Duration::from_millis(400));
sleep(Duration::from_millis(50));
}
}