electrum-bitcoinprivate/plugins/email_requests/__init__.py

6 lines
157 B
Python
Raw Normal View History

2019-02-28 13:26:15 -08:00
from electrum_zclassic.i18n import _
fullname = _('Email')
description = _("Send and receive payment request with an email account")
available_for = ['qt']