interfaces: Remove unused getDefaultChangeType

This commit is contained in:
MarcoFalke
2020-06-27 10:45:45 -04:00
parent d06cf34656
commit fa2eb38352
2 changed files with 0 additions and 4 deletions

View File

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