mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Dev Docs: RPCs: minor typo fixes and edits for 0.12.0 update
This commit is contained in:
parent
c7a99a6084
commit
9ba2fc5e01
8 changed files with 13 additions and 13 deletions
|
@ -7,7 +7,7 @@ http://opensource.org/licenses/MIT.
|
|||
##### AbandonTransaction
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
{% assign summary_abandonTransaction="marks an in-wallet transaction and all its in-wallet descendants as abandoned. This allows their inputs to be respend." %}
|
||||
{% assign summary_abandonTransaction="marks an in-wallet transaction and all its in-wallet descendants as abandoned. This allows their inputs to be respent." %}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
|
@ -37,7 +37,7 @@ The `abandontransaction` RPC {{summary_abandonTransaction}}
|
|||
|
||||
*Example from Bitcoin Core 0.13.1*
|
||||
|
||||
Disconnects following node from your node.
|
||||
Abandons the transaction on your node.
|
||||
|
||||
{% highlight bash %}
|
||||
bitcoin-cli abandontransaction fa3970c341c9f5de6ab13f128cbfec58d732e736a505fe32137ad551c799ecc4
|
||||
|
|
|
@ -29,7 +29,7 @@ The `clearbanned` RPC {{summary_clearBanned}}
|
|||
|
||||
*Example from Bitcoin Core 0.13.1*
|
||||
|
||||
Disconnects following node from your node.
|
||||
Clears the ban list.
|
||||
|
||||
{% highlight bash %}
|
||||
bitcoin-cli clearbanned
|
||||
|
|
|
@ -53,7 +53,7 @@ The `createrawtransaction` RPC {{summary_createRawTransaction}}
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Parameter #3---locktime
|
||||
*Parameter #3---locktime*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "Locktime"
|
||||
|
|
|
@ -51,7 +51,7 @@ The `getblockchaininfo` RPC {{summary_getBlockChainInfo}}
|
|||
- n: "→<br>`mediantime`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.12.0*<br><br>The difficulty of the highest-height block in the best block chain"
|
||||
d: "*Added in Bitcoin Core 0.12.0*<br><br>The median time of the 11 blocks before the most recent block on the blockchain. Used for validating transaction locktime under BIP113."
|
||||
|
||||
- n: "→<br>`verificationprogress`"
|
||||
t: "number (real)"
|
||||
|
@ -175,7 +175,7 @@ The `getblockchaininfo` RPC {{summary_getBlockChainInfo}}
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Bitcoin Core 0.12.1*
|
||||
*Example from Bitcoin Core 0.13.1*
|
||||
|
||||
{% highlight bash %}
|
||||
bitcoin-cli -testnet getblockchaininfo
|
||||
|
|
|
@ -91,7 +91,7 @@ The `getblockheader` RPC {{summary_getBlockHeader}}
|
|||
- n: "→<br>`mediantime`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The value of the *time* field in the block header, indicating approximately when the block was created"
|
||||
d: "The computed median time of the previous 11 blocks. Used for validating transaction locktime under BIP113."
|
||||
|
||||
- n: "→<br>`nonce`"
|
||||
t: "number (int)"
|
||||
|
@ -127,7 +127,7 @@ The `getblockheader` RPC {{summary_getBlockHeader}}
|
|||
|
||||
*Example from Bitcoin Core 0.12.1*
|
||||
|
||||
Get a block in raw hex:
|
||||
Get a block header in raw hex:
|
||||
|
||||
{% highlight bash %}
|
||||
bitcoin-cli -testnet getblockheader \
|
||||
|
|
|
@ -48,7 +48,7 @@ The `getmempoolinfo` RPC {{summary_getMemPoolInfo}}
|
|||
- n: "→<br>`mempoolminfee`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.12.0*<br><br>The total number of bytes in the transactions in the memory pool"
|
||||
d: "*Added in Bitcoin Core 0.12.0*<br><br>The lowest fee per kilobyte paid by any transaction in the memory pool"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
*Added in Bitcoin Core 0.12.0*
|
||||
|
||||
The `setban` RPC {{summary_addNode}}
|
||||
The `setban` RPC {{summary_setBan}}
|
||||
|
||||
*Parameter #1---IP/Subnet of the node*
|
||||
|
||||
|
@ -67,7 +67,7 @@ The `setban` RPC {{summary_addNode}}
|
|||
|
||||
*Example from Bitcoin Core 0.12.1*
|
||||
|
||||
Try connecting to the following node.
|
||||
Ban the following node.
|
||||
|
||||
{% highlight bash %}
|
||||
bitcoin-cli -testnet setban 192.0.2.113:18333 add 2592000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue