Fixed block exchange and server reconnection.

This commit is contained in:
Revertron
2021-02-15 00:29:30 +01:00
parent abb2455d1c
commit 4c4493f797
4 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ impl Blockchain {
match self.last_block {
None => { 0u64 }
Some(ref block) => {
block.index
block.index + 1
}
}
}