You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
379 B
10 lines
379 B
9 years ago
|
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']
|