From faddad71f648ed99734f4f8811bd4bc7232ca670 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 27 Jun 2020 11:05:41 -0400 Subject: Remove confusing OutputType::CHANGE_AUTO --- src/outputtype.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/outputtype.h') 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 OUTPUT_TYPES; -- cgit v1.2.3