From dc542202f4e08f152a223fefca0baa387a88b729 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 7 Dec 2017 10:52:27 -0500 Subject: [PATCH] Typo fixes and corrections from bitcoin-dot-org --- _includes/devdoc/dash-core/rpcs/rpcs/gettxout.md | 4 ++-- .../devdoc/dash-core/rpcs/rpcs/instantsendtoaddress.md | 4 ++-- _includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md | 8 ++++---- _includes/devdoc/guide_mining.md | 2 +- _includes/helpers/summaries.md | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/gettxout.md b/_includes/devdoc/dash-core/rpcs/rpcs/gettxout.md index bc0c7b62..858042c8 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/gettxout.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/gettxout.md @@ -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}} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/instantsendtoaddress.md b/_includes/devdoc/dash-core/rpcs/rpcs/instantsendtoaddress.md index ffab6e6c..2d371622 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/instantsendtoaddress.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/instantsendtoaddress.md @@ -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: diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md b/_includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md index baf69d73..80e2aac7 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md @@ -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 \ diff --git a/_includes/devdoc/guide_mining.md b/_includes/devdoc/guide_mining.md index f5126e2f..ab79e471 100644 --- a/_includes/devdoc/guide_mining.md +++ b/_includes/devdoc/guide_mining.md @@ -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.) diff --git a/_includes/helpers/summaries.md b/_includes/helpers/summaries.md index a47ba48e..56810035 100644 --- a/_includes/helpers/summaries.md +++ b/_includes/helpers/summaries.md @@ -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." %}