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

Max flow changes with the value sent #31

Closed
JacqueGM opened this issue Apr 18, 2023 · 1 comment
Closed

Max flow changes with the value sent #31

JacqueGM opened this issue Apr 18, 2023 · 1 comment

Comments

@JacqueGM
Copy link
Contributor

JacqueGM commented Apr 18, 2023

Describe the bug

To calculate the max flow we try to send a big amount e.g. 1000000000000000000000000000000000, this will return a max value of 20k, but when actually trying to send this amount the pathfinder recalculates the maxflow and it returns a lower value, making the transaction imposible with that amount and having to use an even lower value

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'preview.testing.circles.garden'
  2. Click on 'Send'
  3. See error

Expected behavior

if the max value is 20k, when trying to send that amount we should be able to send up to that amount without this having to be recalculated (or yes but returning the real max flow)

@almereyda almereyda closed this as not planned Won't fix, can't repro, duplicate, stale Apr 19, 2023
@almereyda
Copy link
Contributor

Dup of #32

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

No branches or pull requests

2 participants