spesmilo / electrumx

Alternative implementation of spesmilo/electrum-server
MIT License
438 stars 349 forks source link

struct.error: 'H' format requires 0 <= number <= 65535 #132

Closed Justin11111a closed 3 years ago

Justin11111a commented 3 years ago

May 27 17:07:49 bohol electrumx_server.py[1755]: flush_id = pack('>H', self.flush_count) May 27 17:07:49 bohol electrumx_server.py[1755]: struct.error: 'H' format requires 0 <= number <= 65535

how to fix this ?

We are using https://github.com/bauerj/electrumx-installer .

SomberNight commented 3 years ago

see https://github.com/spesmilo/electrumx/issues/88