From 5008dd87b2c9a8eeee21f2a11367a7ada9c324ed Mon Sep 17 00:00:00 2001 From: Calvin Kim Date: Thu, 16 Sep 2021 20:07:41 +0900 Subject: [PATCH] doc: Remove stale comment for CPrivKey --- src/key.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/key.h b/src/key.h index 92cbc1e899e..9b94baa026a 100644 --- a/src/key.h +++ b/src/key.h @@ -17,7 +17,6 @@ /** - * secure_allocator is defined in allocators.h * CPrivKey is a serialized private key, with all parameters included * (SIZE bytes) */