update comment, secure_allocator is defined in allocators.h
This commit is contained in:
parent
0a4e67afad
commit
7fddf1210e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// secure_allocator is defined in serialize.h
|
// secure_allocator is defined in allocators.h
|
||||||
// CPrivKey is a serialized private key, with all parameters included (279 bytes)
|
// CPrivKey is a serialized private key, with all parameters included (279 bytes)
|
||||||
typedef std::vector<unsigned char, secure_allocator<unsigned char> > CPrivKey;
|
typedef std::vector<unsigned char, secure_allocator<unsigned char> > CPrivKey;
|
||||||
// CSecret is a serialization of just the secret parameter (32 bytes)
|
// CSecret is a serialization of just the secret parameter (32 bytes)
|
||||||
|
|
Loading…
Reference in a new issue