Typo fixes and corrections from bitcoin-dot-org

This commit is contained in:
thephez 2017-12-07 10:52:27 -05:00
parent f9cb656a33
commit dc542202f4
5 changed files with 10 additions and 10 deletions

View file

@ -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}}

View file

@ -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:

View file

@ -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 \

View file

@ -82,7 +82,7 @@ miner checked a percentage of the possible hash values.
The miner then sends to the pool a copy of the information the pool
needs to validate that the header will hash below the target and that
the the block of transactions referred to by the header merkle root field
the block of transactions referred to by the header merkle root field
is valid for the pool's purposes. (This usually means that the coinbase
transaction must pay the pool.)

View file

@ -71,7 +71,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
{% assign summary_getSpentInfo="returns the txid and index where an output is spent (requires `spentindex` to be enabled)." %}
{% assign summary_getSuperblockBudget="returns the absolute maximum sum of superblock payments allowed." %}
{% assign summary_getTransaction="gets detailed information about an in-wallet transaction." %}
{% 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)." %}
{% assign summary_getTxOutProof="returns a hex-encoded proof that one or more specified transactions were included in a block." %}
{% assign summary_getTxOutSetInfo="returns statistics about the confirmed unspent transaction output (UTXO) set. Note that this call may take some time and that it only counts outputs from confirmed transactions---it does not count outputs from the memory pool." %}
{% assign summary_getUnconfirmedBalance="returns the wallet's total unconfirmed balance." %}