MCPcopy Create free account
hub / github.com/ElementsProject/elements / ScanningDuration

Method ScanningDuration

src/wallet/wallet.h:534–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532 bool IsAbortingRescan() const { return fAbortRescan; }
533 bool IsScanning() const { return fScanningWallet; }
534 int64_t ScanningDuration() const { return fScanningWallet ? GetTimeMillis() - m_scanning_start : 0; }
535 double ScanningProgress() const { return fScanningWallet ? (double) m_scanning_progress : 0; }
536
537 //! Upgrade stored CKeyMetadata objects to store key origin info as KeyOriginInfo

Callers 1

getwalletinfoFunction · 0.80

Calls 1

GetTimeMillisFunction · 0.85

Tested by

no test coverage detected