Hopefully, fixed signing.

This commit is contained in:
Revertron
2021-04-18 18:39:44 +02:00
parent f4c17bc15f
commit 41fcea1920
+1 -1
View File
@@ -202,7 +202,7 @@ impl Chain {
return None;
}
let block = self.last_block().unwrap();
let block = self.last_full_block.unwrap();
if block.transaction.is_none() {
trace!("No need to mine signing block");
return None;