mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
[trivial] Add end of namespace comments
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user