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/validation.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/validation.cpp')
| -rw-r--r-- | src/validation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.cpp b/src/validation.cpp index 6c60be45a..3198a7529 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -1491,7 +1491,7 @@ bool AbortNode(CValidationState& state, const std::string& strMessage, const std return state.Error(strMessage); } -} // anon namespace +} // namespace /** * Apply the undo operation of a CTxInUndo to the given chain state. |