From 91095e58fa44264f6bdf7e5ca19f9d1e878f0a38 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 13 Dec 2018 12:31:04 -0500 Subject: [PATCH] RPC - Update protx default mode dashpay/dash#2513 --- _includes/devdoc/dash-core/rpcs/rpcs/protx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/protx.md b/_includes/devdoc/dash-core/rpcs/rpcs/protx.md index 71168134..0f5482cf 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/protx.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/protx.md @@ -415,7 +415,7 @@ Result: The `protx list` RPC returns a list of provider transactions. Lists all ProTxs in your wallet or on-chain, depending on the given type. If -`type` is not specified, it defaults to `wallet`. All types have the optional +`type` is not specified, it defaults to `registered`. All types have the optional argument `detailed` which if set to `true` will result in a detailed list being returned. If set to `false`, only the hashes of the ProTx will be returned.