electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

__init__.py (354B)


      1 from electrum.i18n import _
      2 
      3 fullname = _('LabelSync')
      4 description = ' '.join([
      5     _("Save your wallet labels on a remote server, and synchronize them across multiple devices where you use Electrum."),
      6     _("Labels, transactions IDs and addresses are encrypted before they are sent to the remote server.")
      7 ])
      8 available_for = ['qt', 'kivy', 'cmdline']
      9