mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
refactor: post Optional<> removal cleanups
This commit is contained in:
parent
57e980d13c
commit
ebc4ab721b
37 changed files with 53 additions and 39 deletions
|
|
@ -16,6 +16,8 @@
|
|||
#include <wallet/external_signer.h>
|
||||
#include <wallet/scriptpubkeyman.h>
|
||||
|
||||
#include <optional>
|
||||
|
||||
//! Value for the first BIP 32 hardened derivation. Can be used as a bit mask and as a value. See BIP 32 for more details.
|
||||
const uint32_t BIP32_HARDENED_KEY_LIMIT = 0x80000000;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue