Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startup error with electrum #290

Open
Flexcash opened this issue Apr 27, 2023 · 0 comments
Open

Startup error with electrum #290

Flexcash opened this issue Apr 27, 2023 · 0 comments

Comments

@Flexcash
Copy link

Flexcash commented Apr 27, 2023

Hey I found this issue running Btc pay server on the last version. Trying to run Electrum:

INFO:2023-04-27 19:04:31,587: Synchronizing mempool . . .
Traceback (most recent call last):
File "/usr/local/bin/electrum-personal-server", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/electrumpersonalserver/server/common.py", line 491, in main
run_electrum_server(rpc, txmonitor, config)
File "/usr/local/lib/python3.8/site-packages/electrumpersonalserver/server/common.py", line 118, in run_electrum_server
mempool_sync.initial_sync(logger)
File "/usr/local/lib/python3.8/site-packages/electrumpersonalserver/server/mempoolhistogram.py", line 57, in initial_sync
self.poll_update(-1)
File "/usr/local/lib/python3.8/site-packages/electrumpersonalserver/server/mempoolhistogram.py", line 111, in poll_update
fee_rate = 1e8*mempool_tx["fee"] // mempool_tx["vsize"]
KeyError: 'fee'

I have found this issue before here: #266

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant