aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/wallet.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-06-27 10:45:45 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-06-27 10:46:53 -0400
commitfa2eb383522249a5f4d48726c520cec5de496614 (patch)
treefac6e303ecc382faca7d95bf59d7a7a6297a41cc /src/interfaces/wallet.h
parentd06cf34656f1c9e2919fd22c5bbc95b2b9fefebd (diff)
downloadbitcoin-fa2eb383522249a5f4d48726c520cec5de496614.tar.xz
interfaces: Remove unused getDefaultChangeType
Diffstat (limited to 'src/interfaces/wallet.h')
-rw-r--r--src/interfaces/wallet.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interfaces/wallet.h b/src/interfaces/wallet.h
index e2161521f6..44605cac10 100644
--- a/src/interfaces/wallet.h
+++ b/src/interfaces/wallet.h
@@ -256,9 +256,6 @@ public:
// Get default address type.
virtual OutputType getDefaultAddressType() = 0;
- // Get default change type.
- virtual OutputType getDefaultChangeType() = 0;
-
//! Get max tx fee.
virtual CAmount getDefaultMaxTxFee() = 0;