mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
compile on windows
This commit is contained in:
@@ -131,7 +131,7 @@ int NetworkOPs::findTransactionsBySource(const uint256& uLedger, std::list<Trans
|
||||
if (maxSeq > minSeq) return 0;
|
||||
|
||||
int count = 0;
|
||||
for(int i = minSeq; i <= maxSeq; ++i)
|
||||
for(unsigned int i = minSeq; i <= maxSeq; ++i)
|
||||
{
|
||||
Transaction::pointer txn = Transaction::findFrom(sourceAccount, i);
|
||||
if(txn)
|
||||
|
||||
Reference in New Issue
Block a user