diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-06-26 13:37:42 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-06-26 13:40:26 +0200 |
| commit | f3f1e2e7d38005fa3edecb01469a18a6f7500ea6 (patch) | |
| tree | dcb6ea5f65307e2d5c6dee21b739a52870a660da /src/script/interpreter.cpp | |
| parent | Merge #9176: Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockI... (diff) | |
| parent | [trivial] Add end of namespace comments (diff) | |
| download | discoin-f3f1e2e7d38005fa3edecb01469a18a6f7500ea6.tar.xz discoin-f3f1e2e7d38005fa3edecb01469a18a6f7500ea6.zip | |
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
5a9b508 [trivial] Add end of namespace comments (practicalswift)
Tree-SHA512: 92b0fcae4d1d3f4da9e97569ae84ef2d6e09625a5815cd0e5f0eb6dd2ecba9852fa85c184c5ae9de5117050330ce995e9867b451fa8cd5512169025990541a2b
Diffstat (limited to 'src/script/interpreter.cpp')
| -rw-r--r-- | src/script/interpreter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/interpreter.cpp b/src/script/interpreter.cpp index 222cff59e..7149c938f 100644 --- a/src/script/interpreter.cpp +++ b/src/script/interpreter.cpp @@ -31,7 +31,7 @@ inline bool set_error(ScriptError* ret, const ScriptError serror) return false; } -} // anon namespace +} // namespace bool CastToBool(const valtype& vch) { @@ -1164,7 +1164,7 @@ uint256 GetOutputsHash(const CTransaction& txTo) { return ss.GetHash(); } -} // anon namespace +} // namespace PrecomputedTransactionData::PrecomputedTransactionData(const CTransaction& txTo) { |