Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Add docstrings and improve readability to make the source code more welcoming to newcomers. #122

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

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:/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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants