-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
runtime error: invalid memory address or nil pointer dereference
#196
Comments
Update: this seems to be happening only on testnet, and pretty much every time I hit the API. |
It actually happens when I call |
Thanks. I'm looking into it now. Those line numbers appear to be off though from the current master (f1cbd40). Notice that line 654 in rpcserver.go is not the call the |
Ah, I forgot to mention! I'm running |
I found the issue. I'll have a pr shortly which will properly show and return the error. |
This commit corrects the error check from the createTxRawResult call in handleGetRawTransaction. It was previously given a different name which resulted in the wrong error being checked. Fixes btcsuite#196.
This should be resolved with pr #197. Also, you can use |
Great, thanks! |
Remove heap allocations when flushing the nodes or cached leaves
This error popped up when running the daemon (and processing RPC calls?).
go version:
go1.3.3 linux/amd64
The text was updated successfully, but these errors were encountered: