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