Files
pallectrum/electrum/plugins/payserver/__init__.py
ThomasV 2d954bb554 payserver plugin: remove support for qt GUI.
(This plugin is not useful without a daemon)

fixes #8748
2023-12-14 11:14:16 +01:00

6 lines
140 B
Python

from electrum.i18n import _
fullname = _('PayServer')
description = 'run a HTTP server for receiving payments'
available_for = ['cmdline']