diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-09-15 12:10:00 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-09-15 12:10:00 +0200 |
| commit | 7fddf1210eca3919804aec5d6b405e59d2651970 (patch) | |
| tree | 9696ac225b73ac5575e45f74f27a447ee94698fe /src | |
| parent | Bump client version number for 0.7.0rc3 (diff) | |
| download | discoin-7fddf1210eca3919804aec5d6b405e59d2651970.tar.xz discoin-7fddf1210eca3919804aec5d6b405e59d2651970.zip | |
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) |