Bitcoin-ABC/ElectrumABC

AssertionError

wasiirka opened this issue · 4 comments

Description

Traceback

Traceback (most recent call last):
  File "electroncash_gui\qt\consolidate_coins_dialog.py", line 144, in on_page_changed
  File "electroncash_gui\qt\consolidate_coins_dialog.py", line 53, in __init__
  File "electroncash\consolidate.py", line 69, in __init__
AssertionError

System information

  • Electrum ABC version: 5.0.4
  • Python version: 3.8.9 (tags/v3.8.9:a743f81, Apr 6 2021, 13:22:56) [MSC v.1928 32 bit (Intel)]
  • Operating system: Windows-10-10.0.19041-SP0
  • Wallet type: imported_addr,standard
  • Locale: en_US

plz help

PiRK commented

Hi. What is the max transaction size you set when using the coin consolidation tool?

It seems like you set it to more than 1,000,000 bytes, which is a hard limit for transactions in a block.

I probably should add a limit to the widget so users can't set more than this number.

PiRK commented

The limit already exists, but I think the test is wrong.

Thanks pirk great man