From e4c4890d09ea882b19f985da42669134be8d19eb Mon Sep 17 00:00:00 2001 From: Kilian <19181985+kilrau@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:00:40 +0100 Subject: [PATCH] feat: reduce default dust relay fee --- src/policy/policy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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