P2P reference - Add sentinelping RPC

Update template for creating new RPCs
This commit is contained in:
thephez 2017-11-22 10:25:37 -05:00
parent 02e2d7a602
commit e825730910
7 changed files with 11 additions and 2 deletions

1
scripts/create_empty_rpc_md.sh Normal file → Executable file
View file

@ -59,6 +59,7 @@ if [ "$PARAMCOUNT" == 1 ]; then
echo " "
echo "Next copy the created file ('$FILENAME') to ../_includes/devdoc/dash-core/rpcs/rpcs"
echo "Then update _autocrossref.yaml, _config.yaml, _includes/references.md, en/developer-reference.md, and rpcs/quick-reference.md"
else
echo "Incorrect number of parameters (Should be exactly 1)"
echo "Usage: create_empty_rpc_md RPCNAME"