mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
Initialize variable to prevent compiler warning
This commit is contained in:
parent
faec09bc7f
commit
bdcba6d933
@ -1017,7 +1017,7 @@ UniValue importmulti(const JSONRPCRequest& mainRequest)
|
|||||||
|
|
||||||
bool fRunScan = false;
|
bool fRunScan = false;
|
||||||
const int64_t minimumTimestamp = 1;
|
const int64_t minimumTimestamp = 1;
|
||||||
int64_t nLowestTimestamp;
|
int64_t nLowestTimestamp = 0;
|
||||||
|
|
||||||
if (fRescan && chainActive.Tip()) {
|
if (fRescan && chainActive.Tip()) {
|
||||||
nLowestTimestamp = chainActive.Tip()->GetBlockTime();
|
nLowestTimestamp = chainActive.Tip()->GetBlockTime();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user