mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Two small fixes in docs (#1746)
This commit is contained in:
parent
7dfe8aade1
commit
bc83425589
@ -1,7 +1,7 @@
|
|||||||
Dash Core staging tree 0.12.1
|
Dash Core staging tree 0.12.1
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
`master:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=master)](https://travis-ci.org/dashpay/dash) `v0.12.0.x:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=v0.12.0.x)](https://travis-ci.org/dashpay/dash/branches) `v0.12.1.x:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=v0.12.1.x)](https://travis-ci.org/dashpay/dash/branches)
|
`master:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=master)](https://travis-ci.org/dashpay/dash) `develop:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=develop)](https://travis-ci.org/dashpay/dash/branches)
|
||||||
|
|
||||||
https://www.dash.org
|
https://www.dash.org
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ RPC changes
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
There are few changes in existing RPC in this release:
|
There are few changes in existing RPC in this release:
|
||||||
- There is no more `bcconfirmations` field in RPC output and `confirmations` shows blockchain only confirmations by default now. You can change this behaviour by switching new `addlockconf` param to `true`. There is a new rpc field `instantlock` which indicates whether a given transaction is locked via InstantSend. For more info and examples please see https://github.com/dashpay/dash/doc/instantsend.md;
|
- There is no more `bcconfirmations` field in RPC output and `confirmations` shows blockchain only confirmations by default now. You can change this behaviour by switching new `addlockconf` param to `true`. There is a new rpc field `instantlock` which indicates whether a given transaction is locked via InstantSend. For more info and examples please see https://github.com/dashpay/dash/blob/v0.12.2.x/doc/instantsend.md;
|
||||||
- `gobject list` and `gobject diff` accept `funding`, `delete` and `endorsed` filtering options now, in addition to `valid` and `all` currently available;
|
- `gobject list` and `gobject diff` accept `funding`, `delete` and `endorsed` filtering options now, in addition to `valid` and `all` currently available;
|
||||||
- `vin` field in `masternode` commands is renamed to `outpoint` and shows data in short format now;
|
- `vin` field in `masternode` commands is renamed to `outpoint` and shows data in short format now;
|
||||||
- `getblocktemplate` output is extended with versionbits-related information;
|
- `getblocktemplate` output is extended with versionbits-related information;
|
||||||
|
Loading…
Reference in New Issue
Block a user