mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge #9760: [wallet] Remove importmulti always-true check
ec1267f
[wallet] Remove importmulti always-true check (Russell Yanofsky)
This commit is contained in:
parent
3ab5fab7fb
commit
199b07a892
@ -1278,7 +1278,7 @@ UniValue importmulti(const JSONRPCRequest& mainRequest)
|
||||
}
|
||||
}
|
||||
|
||||
if (fRescan && fRunScan && requests.size() && nLowestTimestamp <= chainActive.Tip()->GetBlockTimeMax()) {
|
||||
if (fRescan && fRunScan && requests.size()) {
|
||||
CBlockIndex* pindex = nLowestTimestamp > minimumTimestamp ? chainActive.FindEarliestAtLeast(nLowestTimestamp) : chainActive.Genesis();
|
||||
|
||||
if (pindex) {
|
||||
|
Loading…
Reference in New Issue
Block a user