Files
purple-electrumwallet/electrum
SomberNight 9af0195f60 transaction: psbt.from_raw_psbt: clarify hex input must be str
no functional change (besides incorrect input now raising a different exception)

```
>>> bytes.fromhex(b"deadbeef")
TypeError: fromhex() argument must be str, not bytes
```
2025-12-11 15:23:33 +00:00
..
2025-11-11 16:51:31 +00:00
2025-12-02 10:38:10 +01:00
2025-09-13 23:12:44 -04:00