diff --git a/src/policy/policy.h b/src/policy/policy.h index f62f9a8640..566f8b1954 100644 --- a/src/policy/policy.h +++ b/src/policy/policy.h @@ -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