recompute state bug fixed

This commit is contained in:
2026-05-29 13:51:34 +02:00
parent 763aeb648f
commit 39293029c5
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ static bool DebitAddress(const uint8_t address[32], const uint256_t* amount) {
return BalanceSheet_Insert(entry) >= 0;
}
static bool Chain_RecomputeRuntimeState(blockchain_t* chain) {
bool Chain_RecomputeRuntimeState(blockchain_t* chain) {
if (!chain) {
return false;
}