getRawMempool fix

This commit is contained in:
Michael Rotarius 2017-01-07 11:58:03 +01:00
parent 1f57f1cd53
commit 10b8a96d6e

View file

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