Skip to content

Commit

Permalink
Merge pull request bitcoin#14 from who-biz/default-txfee
Browse files Browse the repository at this point in the history
Set an abritrary default txfee
  • Loading branch information
satindergrewal committed Aug 25, 2021
2 parents bfb3247 + e4f45a0 commit 3797c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ std::unique_ptr<WalletDatabase> MakeWalletDatabase(const std::string& name, cons
std::shared_ptr<CWallet> 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
Expand Down

0 comments on commit 3797c58

Please sign in to comment.