nmc: Create bdb wallet.

This commit is contained in:
tecnovert
2025-03-26 12:25:04 +02:00
parent 3ffe55e5a2
commit 8967f677c3
6 changed files with 110 additions and 55 deletions

View File

@@ -391,7 +391,7 @@ class BasicSwap(BaseApp):
Coins.PART_BLIND,
Coins.BCH,
)
self.coins_without_segwit = (Coins.PIVX, Coins.DASH, Coins.NMC)
self.coins_without_segwit = (Coins.PIVX, Coins.DASH)
# TODO: Adjust ranges
self.min_delay_event = self.get_int_setting("min_delay_event", 10, 0, 20 * 60)