1
0
Files
electrum/electrum
SomberNight 433c6762c9 Qt Send tab: handle exc when "." is entered into amount_e
To reproduce: enter "." to amount_e in Send tab; then click "Save".

Traceback (most recent call last):
  File "/home/user/wspace/electrum/electrum/gui/qt/main_window.py", line 1638, in do_save_invoice
    self.pending_invoice = self.read_invoice()
  File "/home/user/wspace/electrum/electrum/gui/qt/main_window.py", line 1625, in read_invoice
    outputs = self.read_outputs()
  File "/home/user/wspace/electrum/electrum/gui/qt/main_window.py", line 1501, in read_outputs
    outputs = self.payto_e.get_outputs(self.max_button.isChecked())
  File "/home/user/wspace/electrum/electrum/gui/qt/paytoedit.py", line 235, in get_outputs
    self.outputs = [PartialTxOutput(scriptpubkey=self.payto_scriptpubkey, value=amount)]
  File "/home/user/wspace/electrum/electrum/transaction.py", line 1533, in __init__
    TxOutput.__init__(self, *args, **kwargs)
  File "/home/user/wspace/electrum/electrum/transaction.py", line 113, in __init__
    raise ValueError(f"bad txout value: {value!r}")
ValueError: bad txout value: None
2021-09-19 16:53:58 +02:00
..
2021-02-17 17:28:13 +01:00
2021-09-15 16:42:32 +02:00
2021-04-30 19:43:53 +02:00
2020-06-23 19:25:07 +02:00
2020-08-20 18:58:52 +02:00
2021-04-02 09:38:39 +02:00
2021-07-28 08:12:44 +02:00
2020-06-05 13:17:01 +02:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2021-04-08 19:49:43 +02:00
2021-03-21 00:36:23 -04:00
2021-09-15 16:41:41 +02:00
2021-04-02 09:38:39 +02:00
2021-03-21 00:36:23 -04:00
2021-07-02 18:44:39 +02:00
2021-07-15 14:52:25 +00:00
2021-03-12 12:41:10 +01:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2019-02-11 20:21:24 +01:00
2021-05-06 19:47:22 +09:00
2020-10-23 02:17:31 +00:00
2021-06-22 19:24:16 +02:00
2021-08-12 17:13:28 +09:00
2021-09-15 16:41:41 +02:00
2021-09-15 16:41:41 +02:00
2021-07-19 17:19:06 +02:00
2021-09-15 16:41:41 +02:00