Add GetBlockhashes details

Minor correction in Empty RPC generation script
This commit is contained in:
thephez 2017-10-09 10:47:12 -04:00
parent ac3b27cd7f
commit 19de466c40
2 changed files with 66 additions and 4 deletions

View file

@ -12,9 +12,9 @@ if [ "$PARAMCOUNT" == 1 ]; then
echo "This file is licensed under the MIT License (MIT) available on" >> $FILENAME
echo "http://opensource.org/licenses/MIT." >> $FILENAME
echo "{% endcomment %}" >> $FILENAME
echo '{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/'$FILENAME'" %}#' >> $FILENAME
echo '{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/'$FILENAME'" %}' >> $FILENAME
echo "" >> $FILENAME
echo "##### '$RPCNAME'" >> $FILENAME
echo "##### $RPCNAME" >> $FILENAME
echo "{% include helpers/subhead-links.md %}" >> $FILENAME
echo "" >> $FILENAME
echo "{% autocrossref %}" >> $FILENAME