diff --git a/src/key.h b/src/key.h index 945c49989..c98f52ed0 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 > CPrivKey; // CSecret is a serialization of just the secret parameter (32 bytes)