diff options
| author | Alex Morcos <[email protected]> | 2016-11-29 13:55:26 -0500 |
|---|---|---|
| committer | Alex Morcos <[email protected]> | 2017-01-04 12:10:18 -0500 |
| commit | 78ae62d2646c5e6db410f324046d0c3b15e0ad0a (patch) | |
| tree | fe8f4588941c1b07ee376d40543823c4204a20db /src/validation.h | |
| parent | Add extra logging to processBlock in fee estimation. (diff) | |
| download | discoin-78ae62d2646c5e6db410f324046d0c3b15e0ad0a.tar.xz discoin-78ae62d2646c5e6db410f324046d0c3b15e0ad0a.zip | |
Add clarifying comments to fee estimation
Diffstat (limited to 'src/validation.h')
| -rw-r--r-- | src/validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index 0f421d59e..b41fa8aad 100644 --- a/src/validation.h +++ b/src/validation.h @@ -130,7 +130,7 @@ static const int64_t BLOCK_DOWNLOAD_TIMEOUT_PER_PEER = 500000; static const unsigned int DEFAULT_LIMITFREERELAY = 0; static const bool DEFAULT_RELAYPRIORITY = true; static const int64_t DEFAULT_MAX_TIP_AGE = 24 * 60 * 60; -/** Maximum age of our tip for us to be considered current for fee estimation */ +/** Maximum age of our tip in seconds for us to be considered current for fee estimation */ static const int64_t MAX_FEE_ESTIMATION_TIP_AGE = 3 * 60 * 60; /** Default for -permitbaremultisig */ |