We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faec09b commit bdcba6dCopy full SHA for bdcba6d
src/wallet/rpcdump.cpp
@@ -1017,7 +1017,7 @@ UniValue importmulti(const JSONRPCRequest& mainRequest)
1017
1018
bool fRunScan = false;
1019
const int64_t minimumTimestamp = 1;
1020
- int64_t nLowestTimestamp;
+ int64_t nLowestTimestamp = 0;
1021
1022
if (fRescan && chainActive.Tip()) {
1023
nLowestTimestamp = chainActive.Tip()->GetBlockTime();
0 commit comments