File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -455,9 +455,7 @@ assets may still be [slashed][slashing].
455455### Public Key to Address {#from-public-key}
456456
457457` account from-public-key <public_key> ` converts the Base64-encoded public key
458- to the [ Oasis native address] [ address ] .
459-
460- [ address ] : https://github.com/oasisprotocol/docs/blob/main/docs/general/manage-tokens/terminology.md#address
458+ to the [ Oasis native address] .
461459
462460![ code shell] ( ../examples/account/from-public-key.in )
463461
@@ -475,6 +473,8 @@ signer's staking address on the network.
475473
476474:::
477475
476+ [ Oasis native address ] : https://github.com/oasisprotocol/docs/blob/main/docs/general/manage-tokens/terminology.md#address
477+
478478### Non-Interactive Mode {#y}
479479
480480Add ` -y ` flag to any operation, if you want to use Oasis CLI in
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ chapter for details.
100100
101101:::
102102
103- [ ROFL Prerequisites ] : https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/prerequisites.md
103+ [ ROFL Prerequisites ] : https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/workflow/ prerequisites.md
104104[ npa ] : ./account.md#npa
105105
106106## Secrets management {#secret}
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ mapping**.
5959
6060## Create an Account {#create}
6161
62- The ` wallet create <name> ` command is used add a new account into your Oasis
62+ The ` wallet create [ <name>] ` command is used add a new account into your Oasis
6363CLI wallet by:
6464
6565- generating a new mnemonic and storing it into a file-based wallet, or
You can’t perform that action at this time.
0 commit comments