obtains staked-nodes from the root-bank (#14257)

... as opposed to the working bank
This commit is contained in:
behzad nouri
2020-12-27 13:28:05 +00:00
committed by GitHub
parent a267300f06
commit 49019c6613
9 changed files with 33 additions and 27 deletions

View File

@ -187,7 +187,7 @@ impl JsonRpcRequestProcessor {
"Bank with {:?} not found at slot: {:?}",
commitment_level, slot
);
r_bank_forks.root_bank().clone()
r_bank_forks.root_bank()
})
}