mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
chore: Added missing protx rpc in help (#5216)
## Issue being fixed or feature implemented ## What was done? `update_registrar_legacy` was missing from the protx help output. ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [x] I have made corresponding changes to the documentation **For repository code-owners and collaborators only** - [x] I have assigned this pull request to a milestone
This commit is contained in:
parent
e7c3abe362
commit
38c481ce25
@ -1478,6 +1478,7 @@ static UniValue protx_diff(const JSONRPCRequest& request)
|
||||
" update_service - Create and send ProUpServTx to network\n"
|
||||
" update_service_hpmn - Create and send ProUpServTx to network for a HPMN\n"
|
||||
" update_registrar - Create and send ProUpRegTx to network\n"
|
||||
" update_registrar_legacy - Create ProUpRegTx by parsing BLS using the legacy scheme, then send it to network\n"
|
||||
" revoke - Create and send ProUpRevTx to network\n"
|
||||
#endif
|
||||
" diff - Calculate a diff and a proof between two masternode lists\n",
|
||||
|
Loading…
Reference in New Issue
Block a user