electrum

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

__init__.py (380B)


      1 from electrum.i18n import _
      2 fullname = _('Cosigner Pool')
      3 description = ' '.join([
      4     _("This plugin facilitates the use of multi-signatures wallets."),
      5     _("It sends and receives partially signed transactions from/to your cosigner wallet."),
      6     _("Transactions are encrypted and stored on a remote server.")
      7 ])
      8 #requires_wallet_type = ['2of2', '2of3']
      9 available_for = ['qt']