Skip to content

Conversation

kamikazechaser
Copy link
Member

  • Update the rates to the current latest ones
  • Update spec to the latest one (0.5)

- Update the rates to the current latest ones
- Update spec to the latest one (0.5)
Copy link
Member

@GochoMugo GochoMugo left a comment

Choose a reason for hiding this comment

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

Thanks for the PR. Just some little changes needed.

{ "low": 7501, "high": 10000, "amount": 51 },
{ "low": 10001, "high": 15000, "amount": 57 },
{ "low": 15001, "high": 20000, "amount": 60 },
{ "low": 20001, "high": "+Infinity", "amount": 66 }
Copy link
Member

Choose a reason for hiding this comment

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

This should be:

Suggested change
{ "low": 20001, "high": "+Infinity", "amount": 66 }
{ "low": 20001, "high": 70000, "amount": 66 }

Then add another entry after that:

{ "low": 70001,  "high": "+Infinity", "amount": -1 }

That way the user can know a transaction can not be of a value higher than 70000.

{ "low": 15001, "high": 20000, "amount": 176 },
{ "low": 20001, "high": 35000, "amount": 187 },
{ "low": 35001, "high": 50000, "amount": 275 },
{ "low": 50000, "high": "+Infinity", "amount": 330 }
Copy link
Member

Choose a reason for hiding this comment

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

Same applies here as suggested in the earlier comment.

@kamikazechaser
Copy link
Member Author

Let me see if I can fix the proposed changes soon!

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.

2 participants