Plumb BankForks into GossipService

This commit is contained in:
Michael Vines
2019-02-20 21:36:08 -08:00
committed by Grimes
parent 4d5e2c8a4d
commit 080db1c62d
3 changed files with 15 additions and 9 deletions

View File

@ -192,7 +192,7 @@ impl Fullnode {
let gossip_service = GossipService::new(
&cluster_info,
Some(blocktree.clone()),
Some(bank.clone()),
Some(bank_forks.clone()),
node.sockets.gossip,
exit.clone(),
);