Revert "Add simulation detection countermeasure (backport #22880) (#23143)" (#23262)

This reverts commit 0fdbec9735.
This commit is contained in:
Tyera Eulberg
2022-02-21 13:38:40 -07:00
committed by GitHub
parent 08d6b9850d
commit 68d846c7a9
11 changed files with 195 additions and 2904 deletions

View File

@ -1516,10 +1516,7 @@ impl ReplayStage {
root_slot,
my_pubkey,
rpc_subscriptions,
NewBankOptions {
vote_only_bank,
simulation_bank: false,
},
NewBankOptions { vote_only_bank },
);
let tpu_bank = bank_forks.write().unwrap().insert(tpu_bank);