1
0
This commit is contained in:
ThomasV
2023-05-11 17:14:42 +02:00
parent ed3d039fa2
commit a6f3ee6364

View File

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