mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
9 lines
380 B
Python
9 lines
380 B
Python
from electrum.i18n import _
|
|
fullname = _('Cosigner Pool')
|
|
description = ' '.join([
|
|
_("This plugin facilitates the use of multi-signatures wallets."),
|
|
_("It sends and receives partially signed transactions from/to your cosigner wallet."),
|
|
_("Transactions are encrypted and stored on a remote server.")
|
|
])
|
|
#requires_wallet_type = ['2of2', '2of3']
|
|
available_for = ['qt']
|