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

Correct helptext #4009

Merged
merged 1 commit into from
Sep 25, 2020
Merged

Correct helptext #4009

merged 1 commit into from
Sep 25, 2020

Conversation

arajasek
Copy link
Contributor

Quick thing needed for slingshot

vpri, err := types.ParseFIL(cctx.String("verified-price"))
if err != nil {
return err
}
Copy link
Contributor

Choose a reason for hiding this comment

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

This change doesn't make sense given the reported issue. The prior code would produce a BigInt value of 1 for an import from --price 1. This change will produce a BigInt of 1000000000000000000 for the same input.

What was the reported behaviour prior?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@travisperson Looks like you're right -- sounds like the fix should just be the helptext, then.

@arajasek arajasek changed the title Allow fractional Fil prices in miner asks Correct helptext Sep 25, 2020
@magik6k magik6k merged commit e5873d5 into master Sep 25, 2020
@magik6k magik6k deleted the asr/fractional-asks branch September 25, 2020 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ux Area: UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants