Release notes for bug fix

This commit is contained in:
Eirik Ogilvie-Wigley 2019-10-31 15:54:18 -06:00
parent cc77724081
commit 1d3c5b04ac
1 changed files with 10 additions and 0 deletions

View File

@ -24,6 +24,16 @@ minutes, but this can be configured with the parameter
For full details see ZIP 401.
Async-Operations Incorrectly Reporting Success
----------------------------------------------
We fixed an issue where async-operations were sometimes reporting sucess when
they had actually failed. One way this could occur when trying using
`z_sendmany` to create a transaction spending coinbase funds in a way where
change would be generated (not a valid use of `z_sendmany`). In this case the
async-operation would erroneously report success, and the only way to see that
the transaction had actually failed was to look in the `debug.log` file. Such
operations will now correctly report that they have failed.
Fake chain detection during initial block download
--------------------------------------------------