mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 09:46:53 +00:00
fix: specify type for adjust variable in SetOracle transaction processing
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user