Open
Conversation
|
this does address the crash when running the readme |
ataki
reviewed
Aug 24, 2022
| "60": "0x70997970c51812dc3a010c7d01b50e0d17dc79c8", | ||
| "2": "0xa914b48297bff5dadecc5f36145cec6a5f20d57c8f9b87" | ||
| "2": "0xa914b48297bff5dadecc5f36145cec6a5f20d57c8f9b87", | ||
| "0": "0x007c96701e171f91d3a5a98477c4ead125add88425e4af98c1" |
There was a problem hiding this comment.
The above didn't resolve #20 for me; it gave me the same error invalid or unsupported coin data.
Copy-pasting the BTC address from the previous entry for test.eth did.
Suggested change
| "0": "0x007c96701e171f91d3a5a98477c4ead125add88425e4af98c1" | |
| "0": "0x76a91462e907b15cbf27d5425399ebf6f0fb50ebb88f1888ac" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Current example would run into resolve error because BTC address of
*.test.ethis not supplied. I fill it in with a random BTC address.Solves #20