-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Make fee format be unified. #1069
Comments
Can you find all APIs that return inconsistent formats? |
And which one do you prefer to return? Long or decimal? |
I prefer as decimal |
Sure. |
@erikzhang |
I prefer to return Because in RPC, the results are for programs, and What do you think? |
Couldn't agree more Erik. |
have sense, is good for me |
What |
@superboyiii Please check the fixes. |
@erikzhang OK |
These are |
In
getblocksysfee
,fee
returns full decimals. However, ingetrawtransaction
,fee
has decimal point. I think it's necessary to make fee format be unified inRPC
, otherwise, it'll make a lot of users be comfused.The text was updated successfully, but these errors were encountered: