diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 71b0fed53..787767ad6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,10 +1,10 @@ # Release 4.4.3 (May 11, 2023) * Intentionally break multisig wallets that have heterogeneous master keys. Versions 4.4.0 to 4.4.2 of Electrum for Android did not check - that master keys used the same script type. This may result in the - creation of multisig wallets that that cannot be spent from with - any existing version of Electrum. It is not sure whether any users - are affected by this; if there are any, we will publish + that master keys used the same script type. This may have resulted + in the creation of multisig wallets that that cannot be spent from + with any existing version of Electrum. It is not sure whether any + users are affected by this; if there are any, we will publish instructions on how to spend those coins (#8417, #8418). * Qt GUI: - handle expected errors in DSCancelDialog (#8390)