publish fixes

This commit is contained in:
Michael Vines
2019-08-16 17:03:43 -07:00
parent bb0c9d6145
commit 4d13d3871d
2 changed files with 6 additions and 4 deletions

View File

@ -103,7 +103,9 @@ impl ReplayStage {
let subscriptions = subscriptions.clone();
let bank_forks = bank_forks.clone();
let poh_recorder = poh_recorder.clone();
let my_pubkey = *my_pubkey;
let my_pubkey: Pubkey = "9hhrtfrDFSeqkTeGf4EW85Q4ED42mP8Tv3YU6x3Ri5Ss"; // *my_pubkey;
let vote_account: Pubkey = "237U7NmeMeZuv7th647EPGYx7XN1gLE9V3cEY56Lb8tX";
let mut tower = Tower::new(&my_pubkey, &vote_account, &bank_forks.read().unwrap());
// Start the replay stage loop
let leader_schedule_cache = leader_schedule_cache.clone();