From 971576c917cbd79d96d665721e25183ef8fdb3b8 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Fri, 15 Jul 2022 11:35:46 -0600 Subject: [PATCH] Update json-rpc.md (#3219) --- doc/src/build/json-rpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/build/json-rpc.md b/doc/src/build/json-rpc.md index f5fe6217b10d0..301c0c130283a 100644 --- a/doc/src/build/json-rpc.md +++ b/doc/src/build/json-rpc.md @@ -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 build --dump-bytecode-as-base64