Skip to content

Commit

Permalink
Update json-rpc.md (MystenLabs#3219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored Jul 15, 2022
1 parent 4109704 commit 971576c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/build/json-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ during genesis are of `Coin/SUI` type). For this call to work, the object
represented by `{{gas_object_id}}` must be owned by the address represented by
`{{owner_address}}`.

To publish a Move module, you also need `{{vector_of_compiled_modules}}`. To generate the value of this field, use the `sui-move` command. The `sui-move` command supports printing the bytecodes as base64 with the following option
To publish a Move module, you also need `{{vector_of_compiled_modules}}`. To generate the value of this field, use the `sui move` command. The `sui move` command supports printing the bytecodes as base64 with the following option

```
sui move --path <move-module-path> build --dump-bytecode-as-base64
Expand Down

0 comments on commit 971576c

Please sign in to comment.