diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2018-01-16 20:11:40 +0000 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2018-01-16 20:11:40 +0000 |
commit | 63ac8907ce6ab095b37858d6e96946b59ce1c13f (patch) | |
tree | 7bbab747e86f20f95eae5e98d0b79da86b979bbf /src/wallet | |
parent | 0910cbe4ef31eb95fd76c7c2f820419fe64a3150 (diff) |
[qt] receive tab: bech32 address opt-in checkbox
When launched with -adresstype=legacy the checkbox will be hidden.
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 53a2c6b9d5..8acbade65c 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -99,7 +99,7 @@ enum WalletFeature FEATURE_LATEST = FEATURE_COMPRPUBKEY // HD is optional, use FEATURE_COMPRPUBKEY as latest version }; -enum OutputType +enum OutputType : int { OUTPUT_TYPE_NONE, OUTPUT_TYPE_LEGACY, |