aboutsummaryrefslogtreecommitdiff
path: root/src/key.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-09-15 12:10:00 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2012-09-15 12:10:00 +0200
commit7fddf1210eca3919804aec5d6b405e59d2651970 (patch)
tree9696ac225b73ac5575e45f74f27a447ee94698fe /src/key.h
parent0a4e67afadd738151ae1cd4468b5422a21a0eabf (diff)
downloadbitcoin-7fddf1210eca3919804aec5d6b405e59d2651970.tar.xz
update comment, secure_allocator is defined in allocators.h
Diffstat (limited to 'src/key.h')
-rw-r--r--src/key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key.h b/src/key.h
index 945c49989b..c98f52ed04 100644
--- a/src/key.h
+++ b/src/key.h
@@ -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)