We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7914797 commit e9c62e6Copy full SHA for e9c62e6
docs/docs/how-to/incremental-commit.md
@@ -49,6 +49,11 @@ cardano-cli query utxo \
49
--out-file commit-utxo.json
50
```
51
52
+:::info
53
+You can also specify `amount` of lovelace you want to commit together with the `UTxO` and hydra-node would
54
+commit only the specified amount and return any leftover to the user address.
55
+:::
56
+
57
Then a request to the `/commit` endpoint provides us with a transaction:
58
59
```shell
0 commit comments