mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Add GetBlockhashes details
Minor correction in Empty RPC generation script
This commit is contained in:
parent
ac3b27cd7f
commit
19de466c40
2 changed files with 66 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue