Skip to content

Commit

Permalink
Revert dust setting, keep Tx fee changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeIsTheKey committed Oct 6, 2024
1 parent ae87106 commit 07b222d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policy/policy.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static const bool DEFAULT_PERMIT_BAREMULTISIG = true;
* standard and should be done with care and ideally rarely. It makes sense to
* only increase the dust limit after prior releases were already not creating
* outputs below the new threshold */
static const unsigned int DUST_RELAY_TX_FEE = 0.3 * COIN;
static const unsigned int DUST_RELAY_TX_FEE = 3000;
/**
* Standard script verification flags that standard transactions will comply
* with. However scripts violating these flags may still be present in valid
Expand Down

0 comments on commit 07b222d

Please sign in to comment.