make bech32 the defaultaddress format
This commit is contained in:
+2
-2
@@ -126,10 +126,10 @@ enum WalletFeature
|
|||||||
};
|
};
|
||||||
|
|
||||||
//! Default for -addresstype
|
//! Default for -addresstype
|
||||||
constexpr OutputType DEFAULT_ADDRESS_TYPE{OutputType::LEGACY};
|
constexpr OutputType DEFAULT_ADDRESS_TYPE{OutputType::BECH32};
|
||||||
|
|
||||||
//! Default for -changetype
|
//! Default for -changetype
|
||||||
constexpr OutputType DEFAULT_CHANGE_TYPE{OutputType::BECH32};
|
constexpr OutputType DEFAULT_CHANGE_TYPE{OutputType::CHANGE_AUTO};
|
||||||
|
|
||||||
enum WalletFlags : uint64_t {
|
enum WalletFlags : uint64_t {
|
||||||
// wallet flags in the upper section (> 1 << 31) will lead to not opening the wallet if flag is unknown
|
// wallet flags in the upper section (> 1 << 31) will lead to not opening the wallet if flag is unknown
|
||||||
|
|||||||
Reference in New Issue
Block a user