diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-06-27 10:45:45 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-06-27 10:46:53 -0400 |
commit | fa2eb383522249a5f4d48726c520cec5de496614 (patch) | |
tree | fac6e303ecc382faca7d95bf59d7a7a6297a41cc /src/interfaces/wallet.h | |
parent | d06cf34656f1c9e2919fd22c5bbc95b2b9fefebd (diff) |
interfaces: Remove unused getDefaultChangeType
Diffstat (limited to 'src/interfaces/wallet.h')
-rw-r--r-- | src/interfaces/wallet.h | 3 |
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; |