Skip to content

Conversation

@JVanloofsvelt
Copy link

Please let me know your opinion on the kinds of changes I'm proposing here. If you're happy with my contribution, then you may leave the pull request open until I've added more changes.

{
var address = (WhatIsAddress)b58;
await TryFetchRedeemOrPubKey(address);
await TryFetchRedeemOrPubKey(address); // Shouldn't the return value here be checked?
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NicolasDorier Can you shed some light on this please?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, TryFetchRedeemOrPubKey is populating address.

@NicolasDorier
Copy link
Contributor

Will review it, that said, I advise you to use https://github.com/dgarage/NBxplorer instead of this project. This project is a full block explorer which is rarely actually needed. NBXplorer works on pruned node because it does not index everything.

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.

2 participants