diff options
| author | Matt Corallo <[email protected]> | 2017-07-11 12:15:02 -0400 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2017-07-17 12:12:48 -0400 |
| commit | 1fc8c3de0cff2971cc1f9903bfc3d03a982f2fab (patch) | |
| tree | 90ef1ee9bbdcc8f90231635a71b63b9234e2a7d7 /src/httpserver.h | |
| parent | Merge #10831: Batch flushing operations to the walletdb during top up and inc... (diff) | |
| download | discoin-1fc8c3de0cff2971cc1f9903bfc3d03a982f2fab.tar.xz discoin-1fc8c3de0cff2971cc1f9903bfc3d03a982f2fab.zip | |
No longer ever reuse keypool indexes
This fixes an issue where you could reserve a keypool entry, then
top up the keypool, writing out a new key at the given index, then
return they key from the pool. This isnt likely to cause issues,
but given there is no reason to ever re-use keypool indexes
(they're 64 bits...), best to avoid it alltogether.
Diffstat (limited to 'src/httpserver.h')
0 files changed, 0 insertions, 0 deletions