Skip to content

Commit e9c62e6

Browse files
committed
Add note about using amount when committing
Signed-off-by: Sasha Bogicevic <[email protected]>
1 parent 7914797 commit e9c62e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docs/how-to/incremental-commit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ cardano-cli query utxo \
4949
--out-file commit-utxo.json
5050
```
5151

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+
5257
Then a request to the `/commit` endpoint provides us with a transaction:
5358

5459
```shell

0 commit comments

Comments
 (0)