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

Fee endpoint returns value in wrong format #454

Closed
alexfreska opened this issue Aug 27, 2024 · 1 comment
Closed

Fee endpoint returns value in wrong format #454

alexfreska opened this issue Aug 27, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@alexfreska
Copy link
Member

Current Behavior

/api/tpool/fee returns Hi/Lo:

{
    "Lo": 10000000000000000000,
    "Hi": 0
}

Expected Behavior

/api/tpool/fee returns a string:

"10000000000000000000"

Steps to Reproduce

No response

Version

latest

What operating system did the problem occur on (e.g. Ubuntu 22.04, macOS 12.0, Windows 11)?

macos

Anything else?

No response

@alexfreska alexfreska added the bug Something isn't working label Aug 27, 2024
@alexfreska alexfreska changed the title Fee endpoint returns value in wrong format. Fee endpoint returns value in wrong format Aug 27, 2024
@n8maninger
Copy link
Member

Fixed in #439

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants