mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-07 21:28:40 +02:00
Remove confusing OutputType::CHANGE_AUTO
This commit is contained in:
@@ -18,14 +18,6 @@ enum class OutputType {
|
||||
LEGACY,
|
||||
P2SH_SEGWIT,
|
||||
BECH32,
|
||||
|
||||
/**
|
||||
* Special output type for change outputs only. Automatically choose type
|
||||
* based on address type setting and the types other of non-change outputs
|
||||
* (see -changetype option documentation and implementation in
|
||||
* CWallet::TransactionChangeType for details).
|
||||
*/
|
||||
CHANGE_AUTO,
|
||||
};
|
||||
|
||||
extern const std::array<OutputType, 3> OUTPUT_TYPES;
|
||||
|
||||
Reference in New Issue
Block a user