Use a different counter for validator account not found errors. (#931)
* Use a different counter for validator account not found errors. This is a usefull signal of something going wrong with the ledger
This commit is contained in:
committed by
GitHub
parent
d4304eea28
commit
2318ffc704
@@ -58,7 +58,7 @@ impl FullNode {
|
||||
sigverify_disabled: bool,
|
||||
) -> FullNode {
|
||||
info!("creating bank...");
|
||||
let bank = Bank::default();
|
||||
let bank = Bank::new_default(leader);
|
||||
|
||||
let entries = read_ledger(ledger_path).expect("opening ledger");
|
||||
|
||||
|
Reference in New Issue
Block a user