Skip to content

Commit

Permalink
Removes duplicated empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzzmi committed Aug 16, 2017
1 parent 4329375 commit 2b9db69
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions _devdocs/devdoc/bitcoin-core/rpcs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ JSON-RPC specification][JSON-RPC version 1.0]. Specifically,
the HTTP `POST` data of a request must be a JSON object with the following
format:


| Name | Type | Presence | Description
|----------------------|-----------------|-----------------------------|----------------
| Request | object | Required<br>(exactly 1) | The JSON-RPC<!--noref--> request object
Expand Down Expand Up @@ -78,7 +77,6 @@ output<!--noref-->, we use the following conventions
containing array or object. Note that an optional object may still have
required children.


The HTTP response data for a RPC request is a JSON object with the following
format:

Expand Down
1 change: 0 additions & 1 deletion _devdocs/devdoc/bitcoin-core/rpcs/rpcs/getgenerate.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ version of Bitcoin Core, use `help getgenerate` to get help.
* [GenerateToAddress][rpc generatetoaddress]: {{summary_generateToAddress}}
* [GetMiningInfo][rpc getmininginfo]: {{summary_getMiningInfo}}


{% endautocrossref %}
2 changes: 0 additions & 2 deletions _devdocs/devdoc/bitcoin-core/rpcs/rpcs/gettxout.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ The `gettxout` RPC {{summary_getTxOut}}

{% enditemplate %}


*Parameter #2---the output index number (vout) of the output to get*

{% itemplate ntpd1 %}
Expand Down Expand Up @@ -119,7 +118,6 @@ The `gettxout` RPC {{summary_getTxOut}}
Get the UTXO from the following transaction from the first output index ("0"),
searching the memory pool if necessary.


{% highlight bash %}
bitcoin-cli -testnet gettxout \
d77aee99e8bdc11f40b8a9354956f0346fec5535b82c77c8b5c06047e3bca86a \
Expand Down
1 change: 0 additions & 1 deletion _devdocs/devdoc/bitcoin-core/rpcs/rpcs/listaccounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@ Result:
* [GetAddressesByAccount][rpc getaddressesbyaccount]: {{summary_getAddressesByAccount}}
* [ListReceivedByAccount][rpc listreceivedbyaccount]: {{summary_listReceivedByAccount}}


{% endautocrossref %}
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,4 @@ Result (edited to only show the first two results):
* [GetReceivedByAccount][rpc getreceivedbyaccount]: {{summary_getReceivedByAccount}}
* [GetReceivedByAddress][rpc getreceivedbyaddress]: {{summary_getReceivedByAddress}}


{% endautocrossref %}
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,4 @@ Result (edit to show only two entries):
* [GetReceivedByAddress][rpc getreceivedbyaddress]: {{summary_getReceivedByAddress}}
* [GetReceivedByAccount][rpc getreceivedbyaccount]: {{summary_getReceivedByAccount}}


{% endautocrossref %}
1 change: 0 additions & 1 deletion _devdocs/devdoc/bitcoin-core/rpcs/rpcs/ping.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ Results:
* [GetPeerInfo][rpc getpeerinfo]: {{summary_getPeerInfo}}
* [P2P Ping Message][ping message]


{% endautocrossref %}
2 changes: 0 additions & 2 deletions _devdocs/devdoc/bitcoin-core/rpcs/rpcs/sendfrom.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ using only UTXOs with at least six confirmations, giving the
transaction the comment "Example spend" and labeling the spender
"Example.com":


{% highlight bash %}
bitcoin-cli -testnet sendfrom "test" \
mgnucj8nYqdrPFh2JfZSB1NmUThUGnmsqe \
Expand All @@ -111,5 +110,4 @@ f14ee5368c339644d3037d929bbe1f1544a532f8826c7b7288cb994b0b0ff5d8
* [SendToAddress][rpc sendtoaddress]: {{summary_sendToAddress}}
* [SendMany][rpc sendmany]: {{summary_sendMany}}


{% endautocrossref %}
1 change: 0 additions & 1 deletion _devdocs/devdoc/bitcoin-core/rpcs/rpcs/sendtoaddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,4 @@ a2a2eb18cb051b5fe896a32b1cb20b179d981554b6bd7c5a956e56a0eecb04f0
* [SendMany][rpc sendmany]: {{summary_sendMany}}
* [Move][rpc move]: {{summary_move}}


{% endautocrossref %}

0 comments on commit 2b9db69

Please sign in to comment.