Skip to content
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

Fix types and comments #168

Merged
merged 6 commits into from
Apr 5, 2024
Merged

Fix types and comments #168

merged 6 commits into from
Apr 5, 2024

Conversation

platfowner
Copy link
Member

Change summary:

  • Fix types and comments

Related issues:

src/provider.ts Outdated
@@ -39,9 +39,9 @@ export default class Provider {

/**
* Fetches the blockchain node's address.
* @returns {Promise<number>} The address value.
* @returns {Promise<any>} The return value of the blockchain API.
Copy link
Member

Choose a reason for hiding this comment

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

is it a string type?

Copy link
Member Author

Choose a reason for hiding this comment

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

right. just fixed, thanks!

Copy link
Member

@jiyoung-an jiyoung-an left a comment

Choose a reason for hiding this comment

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

LGTM with a question. thanks!

@platfowner
Copy link
Member Author

Thanks for the review! @jiyoung-an Now merging..

@platfowner platfowner merged commit a6568e7 into develop Apr 5, 2024
@platfowner platfowner changed the title Bugfix/platfowner/bugfix Fix types and comments Apr 5, 2024
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