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