fix: specify type for adjust variable in SetOracle transaction processing

This commit is contained in:
tequ
2025-11-06 18:36:17 +09:00
parent 13145f6db2
commit 297083e27b

View File

@@ -272,7 +272,7 @@ SetOracle::doApply()
}
auto const newCount = calculateOracleReserve(pairs.size());
auto const adjust = newCount - oldCount;
int32_t const adjust = newCount - oldCount;
if (adjust > 0)
{