mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
ensure clean and consistent "namespace" usage
- remove some missplaced ; - ensure end of a namespace is clearly visible - use same formatting when using namespace
This commit is contained in:
parent
343feecf56
commit
e10dcf27b4
9 changed files with 26 additions and 19 deletions
|
|
@ -377,8 +377,7 @@ const unsigned char vchMaxModHalfOrder[32] = {
|
|||
|
||||
const unsigned char vchZero[0] = {};
|
||||
|
||||
|
||||
}; // end of anonymous namespace
|
||||
} // anon namespace
|
||||
|
||||
bool CKey::Check(const unsigned char *vch) {
|
||||
return CompareBigEndian(vch, 32, vchZero, 0) > 0 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue