Fix electrum broadcast spam.

This commit is contained in:
gerlofvanek
2026-01-28 22:32:46 +01:00
parent 38c03a3abf
commit 3fcd70098a

View File

@@ -475,6 +475,9 @@ class ElectrumBackend(WalletBackend):
"transaction already exists", "transaction already exists",
"insufficient fee", "insufficient fee",
"dust", "dust",
"non-bip68-final",
"non-final",
"locktime",
] ]
): ):
raise raise