-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feature: Enable whitepaper option in Spectrum #32
Comments
Seems like #36 was not good enough. @PaarthAgarwal can you have a look?! In the case of the whitepaper, it's called like this:
Which creates this stacktrace:
|
Did some research. I don't know how to test but adding a 4th parameter hex string here might do the trick.
|
To clarify a bit and give some background: @PaarthAgarwal
|
You can test this in the end pretty easily, connect via Spectrum to one of the main chain provider (emzy or Blockstream server). |
Thanks for the clarification @moneymanolis. I appreciate that. Will open a PR soon with the fix. |
Implementing the
getrawtransaction
method in Spectrum should make it possible to retrieve the whitepaper from the timechain with Spectrum.getrawtransaction
is already implemented in the ElectrumX API:https://electrumx.readthedocs.io/en/latest/protocol-methods.html#blockchain-transaction-get
The text was updated successfully, but these errors were encountered: