Files
purple-electrumwallet/electrum/gui/qt
SomberNight 37db6ea7e8 transaction: tx_from_any: rm all whitespaces from str, none from bytes
- whitespaces are safe to remove from strings, and is convenient if we do this for users
- bytes-like inputs should be left alone: individual bytes that look like whitespaces can appear in them anywhere
  - even stripping the leading/trailing whitespaces is not safe to do: the first byte of the nVersion or the last byte of the nLocktime might look like whitespace too!
- instead, leading/trailing whitespaces can be stripped closer to where they are input, e.g. in the GUI
  - e.g. ".txn" files that we ourselves create contain a complete tx as a hex string, with a trailing final newline in the file
    - instead of reading that as bytes, we can read it as text
  - ".psbt" files OTOH are binary
2025-12-11 16:48:50 +00:00
..
2025-08-23 14:51:01 +00:00
2025-01-23 12:58:28 +01:00
2025-01-23 12:58:28 +01:00
2025-01-23 12:58:28 +01:00
2025-11-28 13:31:14 +01:00
2025-01-23 12:58:28 +01:00
2025-11-04 09:54:29 +01:00
2025-10-27 18:46:36 +01:00
2025-01-23 12:58:28 +01:00
2025-11-28 13:31:14 +01:00
2025-11-27 11:31:10 +01:00