Merge bitcoin/bitcoin#22995: doc: Remove stale comment for CPrivKey

5008dd87b2c9a8eeee21f2a11367a7ada9c324ed doc: Remove stale comment for CPrivKey (Calvin Kim)

Pull request description:

  Removes stale doc about `secure_allocator` being defined in `allocators.h`.

ACKs for top commit:
  laanwj:
    ACK 5008dd87b2c9a8eeee21f2a11367a7ada9c324ed
  theStack:
    Code-review ACK 5008dd87b2c9a8eeee21f2a11367a7ada9c324ed

Tree-SHA512: eb65aff6db5b27d0db2b86f1d1dc6e066daccdaf00f7f9f95b5bee507167fcea2601316cdbd70da4ba32f1fab1e28e440a7e3cabd7b1a72c07dd20b1367361f0
This commit is contained in:
W. J. van der Laan 2021-09-16 15:13:10 +02:00 committed by pasta
parent bb1b6635e0
commit 082bfe79a0

View File

@ -17,7 +17,6 @@
/** /**
* secure_allocator is defined in allocators.h
* CPrivKey is a serialized private key, with all parameters included * CPrivKey is a serialized private key, with all parameters included
* (SIZE bytes) * (SIZE bytes)
*/ */