Estimate a smart timestamp for a transaction from block and receive times.
Synopsis
Declared in <wallet/wallet.h>
unsigned int
ComputeTimeSmart(
CWalletTx const& wtx,
bool rescanning_old_block) const;
Return Value
The estimated transaction time.
Parameters
Name |
Description |
wtx |
The wallet transaction to timestamp. |
rescanning_old_block |
Whether the transaction was found during a rescan of old blocks. |
Created with MrDocs