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 int compat issue between go and protos #44

Closed
steezeburger opened this issue Apr 12, 2024 · 0 comments · Fixed by #45
Closed

Fix int compat issue between go and protos #44

steezeburger opened this issue Apr 12, 2024 · 0 comments · Fixed by #45
Assignees

Comments

@steezeburger
Copy link
Member

steezeburger commented Apr 12, 2024

transfer functionality uses uint64 but the proto is a custom Uint128 type.

it's being incorrectly used here:

primitivev1.Uint128{
	Lo: uint64(opts.Amount),
	Hi: 0,
}
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 a pull request may close this issue.

1 participant