Skip to content

Commit

Permalink
Fix transaction build command
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-nguyen-2702 committed Nov 29, 2022
1 parent e1a8239 commit d9c1557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -139,7 +139,7 @@ cardano-cli transaction build \
--tx-in ${locktxin} \
--tx-out $(cat assets/contract.addr)+1230000 \
--tx-out-datum-hash ${scriptdatumhash} \
--protocol-params-file params.json \
--protocol-params-file assets/params.json \
--out-file assets/lock.tx
```

Expand Down

0 comments on commit d9c1557

Please sign in to comment.