Content - RPC - Add bls

Used to create operator keys for DIP3 Pro*tx special txs
This commit is contained in:
thephez 2018-10-30 14:41:48 -04:00
parent 6a8da4d8ad
commit 9fa37ab7df
8 changed files with 91 additions and 0 deletions

View file

@ -4,6 +4,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
{% assign summary_addMultiSigAddress="adds a P2SH multisig address to the wallet." %}
{% assign summary_addNode="attempts to add or remove a node from the addnode list, or to try a connection to a node once." %}
{% assign summary_addWitnessAddress="adds a witness address for a script (with pubkey or redeem script known)." %}
{% assign summary_bLS="provides a set of commands to execute BLS-related actions." %}
{% assign summary_backupWallet="safely copies `wallet.dat`<!--noref--> to the specified file, which can be a directory or a path with filename." %}
{% assign summary_bumpFee="replaces an unconfirmed wallet transaction that signaled RBF with a new transaction that pays a higher fee." %}
{% assign summary_clearBanned="clears list of banned nodes." %}