Remove confusing OutputType::CHANGE_AUTO

This commit is contained in:
MarcoFalke
2020-06-27 11:05:41 -04:00
parent fa2eb38352
commit faddad71f6
4 changed files with 27 additions and 25 deletions

View File

@@ -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;