Skip to content

Commit 1ed2cfc

Browse files
committed
Some improvements to the release notes
1 parent 6749082 commit 1ed2cfc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/release-notes.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Incompatible Changes
1111
This release no longer maintains a full index of historical transaction ids
1212
by default, so looking up an arbitrary transaction using the getrawtransaction
1313
RPC call will not work. If you need that functionality, you must run once
14-
with -txindex=1 -reindex=1 to rebuild block-chain indices (see below for more
14+
with -txindex -reindex to rebuild block-chain indices (see below for more
1515
details).
1616

1717
Improvements
@@ -57,7 +57,8 @@ par : controls how many threads to use to validate transactions. Defaults to the
5757
of CPUs on your machine, use -par=1 to limit to a single CPU.
5858

5959
txindex : maintains an extra index of old, spent transaction ids so they will be found
60-
by the getrawtransaction JSON-RPC method.
60+
by the getrawtransaction JSON-RPC method. Can only be set when the database is
61+
initialized.
6162

6263
reindex : rebuild block and transaction indices from the downloaded block data.
6364

@@ -72,6 +73,11 @@ addnode / getaddednodeinfo methods, to connect to specific peers without restart
7273
importprivkey now takes an optional boolean parameter (default true) to control whether
7374
or not to rescan the blockchain for transactions after importing a new private key.
7475

76+
gettxout retrieves a single transaction output from the current set of unspent outputs.
77+
Optionally, the mempool transactions are taken into account.
78+
79+
gettxoutsetinfo calculates statistics about the current set of unspent outputs.
80+
7581
Important Bug Fixes
7682
-------------------
7783

0 commit comments

Comments
 (0)