Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cardano-submit-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ playground $ txhash=8a3d63d4d95f669ef62570f2936ad50d2cfad399e04808ca21474e70b119
playground $ balance=97640000
```

Find out much much will remain after paying `1000000 lovelace` to the target account:
Find out how much will remain after paying `1000000 lovelace` to the target account:

```bash
playground $ remaining=$(echo "$balance - 1000000 - 180000" | bc)
Expand Down
Loading