Skip to content

Commit

Permalink
update comment, secure_allocator is defined in allocators.h
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Sep 15, 2012
1 parent 0a4e67a commit 7fddf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/key.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class CPubKey {
};


// 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)
Expand Down

0 comments on commit 7fddf12

Please sign in to comment.