aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-04-26 18:25:47 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-04-26 18:25:49 -0400
commit825ecb5758f687563e12d7e499750a50021cbb9a (patch)
tree0ea9df6c4d43e5e5f2b2974b8e1fc4ef19f5a13c
parent379f71ea4f27ce0243b8b3bb87652fef76fe4ebe (diff)
parentfad9eb101410ec396e3944e6b41184331a15acc5 (diff)
downloadbitcoin-825ecb5758f687563e12d7e499750a50021cbb9a.tar.xz
Merge #15852: doc: 0.18: Remove TODO from release notes
fad9eb1014 doc: 0.18: Remove TODO from release notes (MarcoFalke) Pull request description: Also, remove section that no longer applies after #15839 ACKs for commit fad9eb: Tree-SHA512: 259cbaa313cd6cce0f83a577527612314b484e77c7001fe56a21553dc0e446d9aa2bdf1129e546f9c4c142fa3cf4479d72d4561ee553a8a6e9d5453061813a3c
-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 732fb7f2be..3ca7d52243 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
-------