mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Typo fixes and corrections from bitcoin-dot-org
This commit is contained in:
parent
f9cb656a33
commit
dc542202f4
5 changed files with 10 additions and 10 deletions
|
@ -7,8 +7,8 @@ http://opensource.org/licenses/MIT.
|
|||
##### GetTxOut
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
{% assign summary_getTxOut="returns details about a transaction output. Only unspent transaction outputs (UTXOs) are guaranteed to be available." %}
|
||||
|
||||
{% assign summary_getTxOut="returns details about an unspent transaction output (UTXO)." %}
|
||||
<!-- __ -->
|
||||
{% autocrossref %}
|
||||
|
||||
The `gettxout` RPC {{summary_getTxOut}}
|
||||
|
|
|
@ -77,12 +77,12 @@ The `instantsendtoaddress` RPC {{summary_instantSendToAddress}}
|
|||
|
||||
*Example from Dash Core 0.12.2*
|
||||
|
||||
InstantSend 0.1 dash to the address below with the comment "instantsendtoadress
|
||||
InstantSend 0.1 dash to the address below with the comment "instantsendtoaddress
|
||||
example" and the comment-to "Nemo From Example.com":
|
||||
|
||||
{% highlight bash %}
|
||||
dash-cli -testnet instantsendtoaddress ySutkc49Khpz1HQN8AfWNitVBLwqtyaxvv \
|
||||
1.0 "instantsendtoadress example" "Nemo From Example.com"
|
||||
1.0 "instantsendtoaddress example" "Nemo From Example.com"
|
||||
{% endhighlight %}
|
||||
|
||||
Result:
|
||||
|
|
|
@ -100,7 +100,7 @@ The `sendtoaddress` RPC {{summary_sendToAddress}}
|
|||
|
||||
*Example from Dash Core 0.12.2*
|
||||
|
||||
Spend 0.1 dash to the address below with the comment "sendtoadress
|
||||
Spend 0.1 dash to the address below with the comment "sendtoaddress
|
||||
example" and the comment-to "Nemo From Example.com":
|
||||
|
||||
{% highlight bash %}
|
||||
|
@ -116,7 +116,7 @@ Result:
|
|||
|
||||
*Example from Dash Core 0.12.2 (InstantSend)*
|
||||
|
||||
Spend 0.1 dash via InstantSend to the address below with the comment "sendtoadress
|
||||
Spend 0.1 dash via InstantSend to the address below with the comment "sendtoaddress
|
||||
example" and the comment-to "Nemo From Example.com":
|
||||
|
||||
{% highlight bash %}
|
||||
|
@ -132,7 +132,7 @@ af002b9c931b5efb5b2852df3d65efd48c3b9ac2ba0ef8a4cf97b894f3ff08c2
|
|||
|
||||
*Example from Dash Core 0.12.2 (PrivateSend)*
|
||||
|
||||
Spend 0.1 dash via PrivateSend to the address below with the comment "sendtoadress
|
||||
Spend 0.1 dash via PrivateSend to the address below with the comment "sendtoaddress
|
||||
example" and the comment-to "Nemo From Example.com":
|
||||
|
||||
{% highlight bash %}
|
||||
|
@ -149,7 +149,7 @@ Result:
|
|||
*Example from Dash Core 0.12.2 (InstantSend + PrivateSend)*
|
||||
|
||||
Spend 0.1 dash via InstantSend and PrivateSend to the address below with the
|
||||
comment "sendtoadressexample" and the comment-to "Nemo From Example.com":
|
||||
comment "sendtoaddressexample" and the comment-to "Nemo From Example.com":
|
||||
|
||||
{% highlight bash %}
|
||||
dash-cli -testnet sendtoaddress ySutkc49Khpz1HQN8AfWNitVBLwqtyaxvv \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue