Allow voting on empty banks (#6719) (#6761)

automerge
This commit is contained in:
mergify[bot]
2019-11-06 01:50:25 -08:00
committed by Grimes
parent 802695934e
commit 60efe30911
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());
}