mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 20:44:56 +00:00
fix GetTransaction old key search. how many more iterations do i need to get this thing right?
This commit is contained in:
parent
30992b87c3
commit
3847d74f5d
@ -703,7 +703,7 @@ bool GetTransaction(const std::string &username, CTransaction &txOut, uint256 &h
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
} while( height > 0 && height <= maxHeight );
|
||||
} while( height > 0 && height >= maxHeight );
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user