From f9cb656a3353d4f14b9abc813452547378a86400 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 6 Dec 2017 17:30:00 -0500 Subject: [PATCH] Summary update from previous commit --- _includes/helpers/summaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/helpers/summaries.md b/_includes/helpers/summaries.md index c47aca9c..a47ba48e 100644 --- a/_includes/helpers/summaries.md +++ b/_includes/helpers/summaries.md @@ -116,7 +116,7 @@ This file is licensed under the terms of its source texts{%endcomment%} {% assign summary_restGetHeaders="returns a specified amount of block headers in upward direction." %} {% assign summary_restGetMemPool-contents="returns all transaction in the memory pool with detailed information." %} {% assign summary_restGetMemPool-info="returns information about the node's current transaction memory pool." %} -{% assign summary_restGetTx="gets a hex-encoded serialized transaction or a JSON object describing the transaction. By default, Bitcoin Core only stores complete transaction data for UTXOs and your own transactions, so this method may fail on historic transactions unless you use the non-default `txindex=1` in your Bitcoin Core startup settings." %} +{% assign summary_restGetTx="gets a hex-encoded serialized transaction or a JSON object describing the transaction. By default, Dash Core only stores complete transaction data for UTXOs and your own transactions, so this method may fail on historic transactions unless you use the non-default `txindex=1` in your Dash Core startup settings." %} {% assign summary_sendFrom="spends an amount from a local account to a dash address." %} {% assign summary_sendMany="creates and broadcasts a transaction which sends outputs to multiple addresses." %} {% assign summary_sendRawTransaction="validates a transaction and broadcasts it to the peer-to-peer network." %}