feat: reduce default dust relay fee

This commit is contained in:
Kilian 2025-03-10 17:00:40 +01:00
parent 0eb2ea5cbe
commit e4c4890d09
No known key found for this signature in database
GPG key ID: C7BB112FD2B90567

View file

@ -55,7 +55,7 @@ static const unsigned int MAX_STANDARD_SCRIPTSIG_SIZE = 1650;
* 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 = 3000;
static const unsigned int DUST_RELAY_TX_FEE = 100;
/**
* Standard script verification flags that standard transactions will comply
* with. However scripts violating these flags may still be present in valid