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

Add xrp #94

Merged
merged 3 commits into from
Dec 21, 2024
Merged

Add xrp #94

merged 3 commits into from
Dec 21, 2024

Conversation

Ehsan-saradar
Copy link
Collaborator

close #91

Copy link
Contributor

@johnnyluo johnnyluo left a comment

Choose a reason for hiding this comment

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

see comments

return base58Encode(finalHash), nil
}

func base58Encode(input []byte) string {
Copy link
Contributor

Choose a reason for hiding this comment

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

there is a method in "github.com/cosmos/btcutil/base58", so we don't need to create our own

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed

internal/address/xrp.go Outdated Show resolved Hide resolved
Copy link
Contributor

@johnnyluo johnnyluo left a comment

Choose a reason for hiding this comment

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

LGTM

@johnnyluo johnnyluo merged commit 7af358b into main Dec 21, 2024
1 check passed
@johnnyluo johnnyluo deleted the feat/add-xrp branch December 21, 2024 11:10
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.

[ADD] XRP support
2 participants