File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,6 @@ class WalletImpl : public Wallet
438
438
bool canGetAddresses () override { return m_wallet->CanGetAddresses (); }
439
439
bool privateKeysDisabled () override { return m_wallet->IsWalletFlagSet (WALLET_FLAG_DISABLE_PRIVATE_KEYS); }
440
440
OutputType getDefaultAddressType () override { return m_wallet->m_default_address_type ; }
441
- OutputType getDefaultChangeType () override { return m_wallet->m_default_change_type ; }
442
441
CAmount getDefaultMaxTxFee () override { return m_wallet->m_default_max_tx_fee ; }
443
442
void remove () override
444
443
{
Original file line number Diff line number Diff line change @@ -256,9 +256,6 @@ class Wallet
256
256
// Get default address type.
257
257
virtual OutputType getDefaultAddressType () = 0;
258
258
259
- // Get default change type.
260
- virtual OutputType getDefaultChangeType () = 0;
261
-
262
259
// ! Get max tx fee.
263
260
virtual CAmount getDefaultMaxTxFee () = 0;
264
261
You can’t perform that action at this time.
0 commit comments