diff options
| author | practicalswift <[email protected]> | 2017-05-31 22:21:25 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-05-31 22:21:25 +0200 |
| commit | 5a9b508279b3a221d36149aa2e811a9702b28e60 (patch) | |
| tree | edffb2b9abcbd81f1457b793077a75fec6e389e8 /src/versionbits.cpp | |
| parent | Merge #10075: Remove unused C++ code not covered by unit tests (diff) | |
| download | discoin-5a9b508279b3a221d36149aa2e811a9702b28e60.tar.xz discoin-5a9b508279b3a221d36149aa2e811a9702b28e60.zip | |
[trivial] Add end of namespace comments
Diffstat (limited to 'src/versionbits.cpp')
| -rw-r--r-- | src/versionbits.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/versionbits.cpp b/src/versionbits.cpp index 8a7cce748..6e74a1657 100644 --- a/src/versionbits.cpp +++ b/src/versionbits.cpp @@ -160,7 +160,7 @@ public: uint32_t Mask(const Consensus::Params& params) const { return ((uint32_t)1) << params.vDeployments[id].bit; } }; -} +} // namespace ThresholdState VersionBitsState(const CBlockIndex* pindexPrev, const Consensus::Params& params, Consensus::DeploymentPos pos, VersionBitsCache& cache) { |