From 5c759c73b2602c7fde1c50dbafe5525904c1b64c Mon Sep 17 00:00:00 2001 From: John Newbery Date: Wed, 20 Feb 2019 13:45:16 -0500 Subject: [wallet] Move maxTxFee to wallet This commit moves the maxtxfee setting to the wallet. There is only one minor behavior change: - an error message in feebumper now refers to -maxtxfee instead of maxTxFee. --- src/interfaces/wallet.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/interfaces/wallet.h') diff --git a/src/interfaces/wallet.h b/src/interfaces/wallet.h index cabc455b1f..7096f54047 100644 --- a/src/interfaces/wallet.h +++ b/src/interfaces/wallet.h @@ -247,6 +247,9 @@ public: // Get default change type. virtual OutputType getDefaultChangeType() = 0; + //! Get max tx fee. + virtual CAmount getDefaultMaxTxFee() = 0; + // Remove wallet. virtual void remove() = 0; -- cgit v1.2.3