diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-12-20 13:34:57 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-12-20 13:35:30 +0100 |
commit | 8e707e868d6020de0d352279eed4fcd0138f3695 (patch) | |
tree | 1d002a7cc095e5711469d5e4fba8dac38d67be91 | |
parent | fe39f26b438e0c937570becbb6bcf1eaf1533825 (diff) |
doc: Add #9382 to release notesv0.13.2rc1
-rw-r--r-- | doc/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index acfb45ae2a..9d35d8e5fc 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -118,6 +118,7 @@ git merge commit are mentioned. - #9290 `35174a0` Make RelayWalletTransaction attempt to AcceptToMemoryPool (gmaxwell) - #9295 `43bcfca` Bugfix: Fundrawtransaction: don't terminate when keypool is empty (jonasschnelli) - #9302 `f5d606e` Return txid even if ATMP fails for new transaction (sipa) +- #9262 `fe39f26` Prefer coins that have fewer ancestors, sanity check txn before ATMP (instagibbs) ### Tests and QA - #9159 `eca9b46` Wait for specific block announcement in p2p-compactblocks (ryanofsky) |