diff options
| author | Pieter Wuille <[email protected]> | 2014-06-23 00:00:26 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-06-29 21:50:55 +0200 |
| commit | aa815647005bc8467f467c35a9e617794446cd64 (patch) | |
| tree | 9b97cad3ab2f673aadda08802d7aa74edc483552 /src/main.h | |
| parent | Merge pull request #4441 (diff) | |
| download | discoin-aa815647005bc8467f467c35a9e617794446cd64.tar.xz discoin-aa815647005bc8467f467c35a9e617794446cd64.zip | |
Track peers' available blocks
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 0332db216..9487078b7 100644 --- a/src/main.h +++ b/src/main.h @@ -185,6 +185,7 @@ bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransa struct CNodeStateStats { int nMisbehavior; + int nSyncHeight; }; struct CDiskBlockPos |