mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Typo updates
This commit is contained in:
parent
da8a1f1737
commit
fe5a7d3c21
15 changed files with 15 additions and 15 deletions
|
@ -180,7 +180,7 @@ Get the same block in JSON:
|
|||
curl http://localhost:19998/rest/block/notxdetails/0000000000ccbf46cf6b78827ac1019f82598be839bce08bff00d188e75fb451.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -184,7 +184,7 @@ Get the same block in JSON:
|
|||
curl http://localhost:19998/rest/block/0000000000ccbf46cf6b78827ac1019f82598be839bce08bff00d188e75fb451.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -191,7 +191,7 @@ Get blockchain info in JSON:
|
|||
curl http://localhost:19998/rest/chaininfo.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -156,7 +156,7 @@ Same request in JSON:
|
|||
curl http://localhost:19998/rest/getutxos/checkmempool/7b6caf68c33794b0bda65e63691739919f13156b57c7ec20a0b4de1f33c580bd-0.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -153,7 +153,7 @@ Get the same block headers in JSON:
|
|||
curl http://localhost:19998/rest/headers/2/0000000000ccbf46cf6b78827ac1019f82598be839bce08bff00d188e75fb451.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
[
|
||||
|
|
|
@ -121,7 +121,7 @@ Get all transactions in the memory pool in JSON:
|
|||
curl http://localhost:19998/rest/mempool/contents.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -64,7 +64,7 @@ Get memory pool info in JSON:
|
|||
curl http://localhost:19998/rest/mempool/info.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
|
@ -106,7 +106,7 @@ Get the same transaction in JSON:
|
|||
curl http://localhost:19998/rest/tx/b06edec446fbcc0fc04a6e2774a843823f5238c2e15de40e61767a44f6788d32.json
|
||||
{% endhighlight %}
|
||||
|
||||
Result (whitespaced added):
|
||||
Result (whitespace added):
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue