Skip to content

Commit

Permalink
update extrinsics.md (use-ink#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
German authored Mar 6, 2023
1 parent 45ea2e5 commit d7f0b88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/extrinsics.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ its project directory.
"ws://localhost:9944".

```
---dry-run
-x/--execute
```
*Optional*. All extrinsic commands can be run without altering the chain state. Useful for testing if a command will be
successful, estimating gas costs or querying the result of `ink!` readonly messages.
*Optional*. All extrinsic commands run without altering the chain state by default. This flag specifies
that the extrinsic needs to be executed on chain.

```
--storage-deposit-limit
Expand Down Expand Up @@ -113,8 +113,8 @@ cargo contract remove \
--code-hash 0xbc1b42256696c8a4187ec3ed79fc602789fc11287c4c30926f5e31ed8169574e
```

- `--code-hash` the hash of the uploaded code, returned from a call to `contract upload`.
If not specified the code hash will be taken from the contract artifacts.
- `--code-hash` the hash of the uploaded code, returned from a call to `contract upload`.
If not specified the code hash will be taken from the contract artifacts.

## Specifying the contract artifact

Expand Down

0 comments on commit d7f0b88

Please sign in to comment.