File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ class MemoryPageLocker
131
131
* Due to the unpredictable order of static initializers, we have to make sure the
132
132
* LockedPageManager instance exists before any other STL-based objects that use
133
133
* secure_allocator are created. So instead of having LockedPageManager also be
134
- * static-intialized , it is created on demand.
134
+ * static-initialized , it is created on demand.
135
135
*/
136
136
class LockedPageManager : public LockedPageManagerBase <MemoryPageLocker>
137
137
{
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ extern const std::string CLIENT_DATE;
28
28
29
29
static const int PROTOCOL_VERSION = 70002 ;
30
30
31
- // intial proto version, to be increased after version/verack negotiation
31
+ // initial proto version, to be increased after version/verack negotiation
32
32
static const int INIT_PROTO_VERSION = 209 ;
33
33
34
34
// disconnect from peers older than this proto version
@@ -45,7 +45,7 @@ static const int NOBLKS_VERSION_END = 32400;
45
45
// BIP 0031, pong message, is enabled for all versions AFTER this one
46
46
static const int BIP0031_VERSION = 60000 ;
47
47
48
- // "mempool" command, enhanced "getdata" behavior starts with this version:
48
+ // "mempool" command, enhanced "getdata" behavior starts with this version
49
49
static const int MEMPOOL_GD_VERSION = 60002 ;
50
50
51
51
#endif
You can’t perform that action at this time.
0 commit comments