Rename largest_confirmed_root to highest_confirmed_root (#10947)
This commit is contained in:
@@ -336,7 +336,7 @@ impl Validator {
|
||||
block_commitment_cache
|
||||
.write()
|
||||
.unwrap()
|
||||
.set_largest_confirmed_root(bank_forks.read().unwrap().root());
|
||||
.set_highest_confirmed_root(bank_forks.read().unwrap().root());
|
||||
|
||||
// Park with the RPC service running, ready for inspection!
|
||||
warn!("Validator halted");
|
||||
|
Reference in New Issue
Block a user