Fixed a problem with forks longer than one.

This commit is contained in:
Revertron
2021-04-22 14:52:14 +02:00
parent 7e1ea8e23d
commit b248d839e1
5 changed files with 30 additions and 63 deletions
+1
View File
@@ -4,6 +4,7 @@ pub enum BlockQuality {
Good,
Twin,
Future,
Rewind,
Bad,
Fork,
}