mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
getRawMempool fix
This commit is contained in:
parent
1f57f1cd53
commit
10b8a96d6e
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ The `getrawmempool` RPC {{summary_getRawMemPool}}
|
||||||
- n: "→ →<br>`modifiedfee`"
|
- n: "→ →<br>`modifiedfee`"
|
||||||
t: "number (bitcoins)"
|
t: "number (bitcoins)"
|
||||||
p: "Required<br>(exactly 1)"
|
p: "Required<br>(exactly 1)"
|
||||||
d: "The transaction fee with fee deltas used for mining priority in decimal bitcoins"
|
d: "*Added in Bitcoin Core 0.12.0*<br><br>The transaction fee with fee deltas used for mining priority in decimal bitcoins"
|
||||||
|
|
||||||
- n: "→ →<br>`time`"
|
- n: "→ →<br>`time`"
|
||||||
t: "number (int)"
|
t: "number (int)"
|
||||||
|
@ -148,7 +148,7 @@ Result:
|
||||||
Verbose output (`true`):
|
Verbose output (`true`):
|
||||||
|
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
bitcoin-cli -testnet getrawmempool true
|
bitcoin-cli getrawmempool true
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
Result:
|
Result:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue