Files
pallectrum/electrum/plugins/swapserver/__init__.py
ThomasV 098c65d732 submarine swap server plugin:
- hold invoices
 - uses the same web API as the Boltz backend
2023-07-26 19:20:18 +02:00

7 lines
108 B
Python

from electrum.i18n import _
fullname = _('SwapServer')
description = ''
available_for = ['qt', 'cmdline']