Allow voting on empty banks (#6719)

* Allow votes on empty banks

* Remove making first bank is_delta true, no longer necessary for idling

* Remove votable from ledger tool
This commit is contained in:
carllin
2019-11-06 01:02:26 -08:00
committed by GitHub
parent 9614d17024
commit 24102a7435
4 changed files with 57 additions and 52 deletions

View File

@ -149,7 +149,7 @@ fn graph_forks(
"".to_string()
},
if first { "filled," } else { "" },
if !bank.is_votable() { "dotted," } else { "" }
""
));
styled_slots.insert(bank.slot());
}