From e4f45a08a39a2062ff502c82e8fd537d5fbdea52 Mon Sep 17 00:00:00 2001 From: who-biz <37732338+who-biz@users.noreply.github.com> Date: Mon, 23 Aug 2021 15:16:00 +0000 Subject: [PATCH] Set an abritrary default txfee - Removes need for user to manually call 'chips-cli settxfee x' --- src/wallet/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 64bb4d1123e75..1e0821d2bd025 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -66,7 +66,7 @@ std::unique_ptr MakeWalletDatabase(const std::string& name, cons std::shared_ptr GetMainWallet(); //! -paytxfee default -constexpr CAmount DEFAULT_PAY_TX_FEE = 0; +constexpr CAmount DEFAULT_PAY_TX_FEE = 2500000; //! -fallbackfee default static const CAmount DEFAULT_FALLBACK_FEE = 0; //! -discardfee default