You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HW wallets: (known issue) on Win10-1903, some hw devices (that also have U2F functionality) can only be detected with Administrator privileges.
Trezor:
allow bypassing "too old firmware" error
use only the Bridge to scan devices if it is available
Bump fee (RBF) improvements:
Implemented a new fee-bump strategy that can add new inputs, so now any tx can be fee-bumped.
The old strategy was to decrease the value of outputs (starting with change). We will now try the new strategy first, and only use the old as a fallback (needed e.g. when spending "Max").
In the Release Notes you will find the description of all improvements and bugfixes.