diff options
author | W. J. van der Laan <laanwj@protonmail.com> | 2021-09-16 15:13:10 +0200 |
---|---|---|
committer | W. J. van der Laan <laanwj@protonmail.com> | 2021-09-16 15:15:36 +0200 |
commit | 7a999879d2f6961579fb1057566cbb76232c644f (patch) | |
tree | b995aef04841cb5ca65f14b3c34267f9b0609fc0 /src | |
parent | 87780dfee8c82ea09b84e74d331db2ad6f9e75ab (diff) | |
parent | 5008dd87b2c9a8eeee21f2a11367a7ada9c324ed (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/key.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ /** - * secure_allocator is defined in allocators.h * CPrivKey is a serialized private key, with all parameters included * (SIZE bytes) */ |