diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-09-15 12:10:00 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-09-15 12:10:00 +0200 |
commit | 7fddf1210eca3919804aec5d6b405e59d2651970 (patch) | |
tree | 9696ac225b73ac5575e45f74f27a447ee94698fe /src | |
parent | 0a4e67afadd738151ae1cd4468b5422a21a0eabf (diff) |
update comment, secure_allocator is defined in allocators.h
Diffstat (limited to 'src')
-rw-r--r-- | src/key.h | 2 |
1 files changed, 1 insertions, 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) typedef std::vector<unsigned char, secure_allocator<unsigned char> > CPrivKey; // CSecret is a serialization of just the secret parameter (32 bytes) |