You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setting is that a Hydra head has been set up between Bob and Carol. Suppose Bob wants to send Carol 123456 Lovelace but the UTxO that Bob chooses to spend has only 123455 Lovelace (1 Lovelace less). In this setting, the transaction still succeeds despite insufficient fund in the chosen UTxO. But the actual amount Carol receives and Bob sends becomes 12345 Lovelace, instead of the intended 123456 Lovelace.
The text was updated successfully, but these errors were encountered:
It seems like the TUI is parsing the entered text wrong, e.g. when presented with 450000000 lovelace, the user changes the last digit to 1 -> 450000001, the hydra-tui at version 0.3.0 parses a 45000000!
Note that the hydra-tui is a demonstrative client and is not as well-tested as the hydra-node itself.
The setting is that a Hydra head has been set up between Bob and Carol. Suppose Bob wants to send Carol 123456 Lovelace but the UTxO that Bob chooses to spend has only 123455 Lovelace (1 Lovelace less). In this setting, the transaction still succeeds despite insufficient fund in the chosen UTxO. But the actual amount Carol receives and Bob sends becomes 12345 Lovelace, instead of the intended 123456 Lovelace.
The text was updated successfully, but these errors were encountered: