aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-04-19 09:15:46 -0400
committerMarcoFalke <[email protected]>2019-04-19 10:07:24 -0400
commitfad9eb101410ec396e3944e6b41184331a15acc5 (patch)
tree5616861b4894f732b432e089c1e56abaec62ed82 /doc/release-notes.md
parentdoc: Move release notes from wiki (diff)
downloaddiscoin-fad9eb101410ec396e3944e6b41184331a15acc5.tar.xz
discoin-fad9eb101410ec396e3944e6b41184331a15acc5.zip
doc: 0.18: Remove TODO from release notes
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 732fb7f2b..3ca7d5224 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -216,7 +216,7 @@ New RPCs
- `getdescriptorinfo` accepts a descriptor and returns information about
it, including its computed checksum.
-- `joinpsbts` merges multiple distinct PSBTs into a single PSBT. The
+- `joinpsbts` merges multiple distinct PSBTs into a single PSBT. The
multiple PSBTs must have different inputs. The resulting PSBT will
contain every input and output from all of the PSBTs. Any signatures
provided in any of the PSBTs will be dropped.
@@ -502,16 +502,6 @@ Network
the `setban` RPC, all connections from that peer will still be
rejected.
-- When fetching a transaction announced by multiple peers, previous
- versions of Bitcoin Core would sequentially attempt to download the
- the transaction from each announcing peer until the transaction is
- received, in the order that those peers' announcements were received.
- In this release, the download logic has changed to randomize the fetch
- order across peers and to prefer sending download requests to outbound
- peers over inbound peers.
-
-(TODO pieter: perhaps mention orphan tx handling from #14626)
-
Wallet
-------