sync errors

This commit is contained in:
2026-05-15 19:01:51 +02:00
parent 55ca03f4ff
commit 0fb2615d4c
4 changed files with 22 additions and 3 deletions

View File

@@ -230,6 +230,9 @@ bool Chain_AddBlock(blockchain_t* chain, block_t* block) {
pthread_mutex_unlock(&balanceSheetLock);
pthread_rwlock_unlock(&chainLock);
printf("Added new block to chain:\n");
Block_ShortPrint(block);
return ok;
}