mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
validator/pow: TODOs cleanup
This commit is contained in:
@@ -143,7 +143,7 @@ impl Harness {
|
||||
|
||||
// Update PoW module
|
||||
if block.header.version == 1 {
|
||||
node.module.append(block.header.timestamp.0, &node.module.next_difficulty());
|
||||
node.module.append(block.header.timestamp.0, &node.module.next_difficulty()?);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user