Update airdrop tokens to 3 for fullnode (#2051)

Filter out leader while computing the super majority stake
This commit is contained in:
Sathish
2018-12-08 16:54:42 -08:00
committed by GitHub
parent f5569e76db
commit 2de45a4da5
6 changed files with 62 additions and 14 deletions

View File

@ -322,6 +322,7 @@ impl Fullnode {
sigverify_disabled,
max_tick_height,
last_entry_id,
scheduled_leader,
);
let broadcast_service = BroadcastService::new(
@ -486,6 +487,7 @@ impl Fullnode {
// the window didn't overwrite the slot at for the last entry that the replicate stage
// processed. We also want to avoid reading processing the ledger for the last id.
&last_id,
self.keypair.pubkey(),
);
let broadcast_service = BroadcastService::new(