aboutsummaryrefslogtreecommitdiff
path: root/src/outputtype.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-06-27 11:05:41 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-07-01 18:02:38 -0400
commitfaddad71f648ed99734f4f8811bd4bc7232ca670 (patch)
tree056ddd244533db0afebacd6d2e384542a41934e2 /src/outputtype.h
parentfa2eb383522249a5f4d48726c520cec5de496614 (diff)
downloadbitcoin-faddad71f648ed99734f4f8811bd4bc7232ca670.tar.xz
Remove confusing OutputType::CHANGE_AUTO
Diffstat (limited to 'src/outputtype.h')
-rw-r--r--src/outputtype.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/outputtype.h b/src/outputtype.h
index 1438f65844..77a16b1d05 100644
--- a/src/outputtype.h
+++ b/src/outputtype.h
@@ -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;