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:
@ -149,7 +149,7 @@ fn graph_forks(
|
||||
"".to_string()
|
||||
},
|
||||
if first { "filled," } else { "" },
|
||||
if !bank.is_votable() { "dotted," } else { "" }
|
||||
""
|
||||
));
|
||||
styled_slots.insert(bank.slot());
|
||||
}
|
||||
|
Reference in New Issue
Block a user