Files
purple-electrumwallet/plugins/greenaddress_instant/__init__.py
T

6 lines
187 B
Python
Raw Normal View History

2015-11-23 19:38:48 +01:00
from electrum.i18n import _
fullname = 'GreenAddress instant'
description = _("Allows validating if your transactions have instant confirmations by GreenAddress")
available_for = ['qt']