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

Fix --usespv #669

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

yura-pakhuchiy
Copy link

Neutrino is broken in the latest release.

$ ./btcwallet --testnet --usespv
2019-12-17 04:33:20.382 [INF] BTCW: Version 0.11.0-alpha
2019-12-17 04:33:20.394 [INF] RPCS: Listening on 127.0.0.1:18332
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xa8a8f4]

goroutine 22 [running]:
main.rpcClientConnectLoop(0xc000324000, 0xc000082240)

This PR fixes it.

@chappjc
Copy link
Contributor

chappjc commented Dec 3, 2021

This was resolved in 3a5d9f8.

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

Successfully merging this pull request may close these issues.

None yet

2 participants