You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/names/main.h
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright (c) 2014-2017 Daniel Kraft
1
+
// Copyright (c) 2014-2019 Daniel Kraft
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
@@ -25,13 +25,13 @@ class CTxMemPoolEntry;
25
25
classCValidationState;
26
26
27
27
/* Some constants defining name limits. */
28
-
staticconstunsigned MAX_VALUE_LENGTH = 1023;
29
-
staticconstunsigned MAX_NAME_LENGTH = 255;
30
-
staticconstunsigned MIN_FIRSTUPDATE_DEPTH = 12;
31
-
staticconstunsigned MAX_VALUE_LENGTH_UI = 520;
28
+
constexprunsigned MAX_VALUE_LENGTH = 1023;
29
+
constexprunsigned MAX_NAME_LENGTH = 255;
30
+
constexprunsigned MIN_FIRSTUPDATE_DEPTH = 12;
31
+
constexprunsigned MAX_VALUE_LENGTH_UI = 520;
32
32
33
33
/** The amount of coins to lock in created transactions. */
0 commit comments