Skip to content

[2.0.0-dev] replace all legacy keys from docs, tests, tutorials, etc with their canonical form #1602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release/2.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ endif()
message( STATUS "Using '${CORE_SYMBOL_NAME}' as CORE symbol name" )

if ("${EOSIO_ROOT_KEY}" STREQUAL "")
set(EOSIO_ROOT_KEY "EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV")
set(EOSIO_ROOT_KEY "PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63")
endif()

message( STATUS "Using '${EOSIO_ROOT_KEY}' as public key for 'eosio' account" )
Expand Down
6 changes: 3 additions & 3 deletions docs/01_nodeos/02_usage/02_node-setups/00_producing-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Please follow the steps below to set up a producing node:
In order for your account to be eligible as a producer, you will need to register the account as a producer:

```sh
cleos system regproducer accountname1 EOS1234534... http://producer.site Antarctica
cleos system regproducer accountname1 PUB_K1_1234534... http://producer.site Antarctica
```

### 2. Set Producer Name
Expand Down Expand Up @@ -65,7 +65,7 @@ You will need to set the private key for your producer. The public key should ha
signature-provider = PUBLIC_SIGNING_KEY=KEY:PRIVATE_SIGNING_KEY

//Example
//signature-provider = EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV=KEY:5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3
//signature-provider = PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63=KEY:5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3
```

#### Using Keosd:
Expand All @@ -77,7 +77,7 @@ You can also use `keosd` instead of hard-defining keys.
signature-provider = KEOSD:<data>

//Example
//EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV=KEOSD:https://127.0.0.1:88888
//PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63=KEOSD:https://127.0.0.1:88888
```

### 4. Define a peers list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cleos --wallet-url http://127.0.0.1:8899 wallet import --private-key 5KQwrPbwdL6
```

```console
imported private key for: EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
imported private key for: PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63
```

### 4. Start the First Producer Node
Expand Down Expand Up @@ -114,7 +114,7 @@ This will report newly generated public and private keypairs that will look simi

```console
Private key: 5JgbL2ZnoEAhTudReWH1RnMuQS6DBeLZt4ucV6t8aymVEuYg7sr
Public key: EOS6hMjoWRF2L8x9YpeqtUEcsDKAyxSuM1APicxgRU1E3oyV5sDEg
Public key: PUB_K1_6hMjoWRF2L8x9YpeqtUEcsDKAyxSuM1APicxgRU1E3oyXTDxc8
```

Now import the private key portion into your wallet. If successful, the matching public key will be reported. This should match the previously generated public key:
Expand All @@ -124,26 +124,26 @@ cleos --wallet-url http://127.0.0.1:8899 wallet import 5JgbL2ZnoEAhTudReWH1RnMuQ
```

```console
imported private key for: EOS6hMjoWRF2L8x9YpeqtUEcsDKAyxSuM1APicxgRU1E3oyV5sDEg
imported private key for: PUB_K1_6hMjoWRF2L8x9YpeqtUEcsDKAyxSuM1APicxgRU1E3oyXTDxc8
```

Create the `inita` account that we will use to become a producer. The `create account` command requires two public keys, one for the account's owner key and one for its active key. In this example, the newly created public key is used twice, as both the owner key and the active key. Example output from the create command is shown:

```sh
cleos --wallet-url http://127.0.0.1:8899 create account eosio inita EOS6hMjoWRF2L8x9YpeqtUEcsDKAyxSuM1APicxgRU1E3oyV5sDEg EOS6hMjoWRF2L8x9YpeqtUEcsDKAyxSuM1APicxgRU1E3oyV5sDEg
cleos --wallet-url http://127.0.0.1:8899 create account eosio inita PUB_K1_6hMjoWRF2L8x9YpeqtUEcsDKAyxSuM1APicxgRU1E3oyXTDxc8 PUB_K1_6hMjoWRF2L8x9YpeqtUEcsDKAyxSuM1APicxgRU1E3oyXTDxc8
```

```console
executed transaction: d1ea511977803d2d88f46deb554f5b6cce355b9cc3174bec0da45fc16fe9d5f3 352 bytes 102400 cycles
# eosio <= eosio::newaccount {"creator":"eosio","name":"inita","owner":{"threshold":1,"keys":[{"key":"EOS6hMjoWRF2L8x9YpeqtUEcsDK...
# eosio <= eosio::newaccount {"creator":"eosio","name":"inita","owner":{"threshold":1,"keys":[{"key":"PUB_K1_6hMjoWRF2L8x9YpeqtUEcsDK...
```

We now have an account that is available to have a contract assigned to it, enabling it to do meaningful work. In other tutorials, the account has been used to establish simple contracts. In this case, the account will be designated as a block producer.

In the fourth terminal window, start a second `nodeos` instance. Notice that this command line is substantially longer than the one we used above to create the first producer. This is necessary to avoid collisions with the first `nodeos` instance. Fortunately, you can just cut and paste this command line and adjust the keys:

```sh
nodeos --producer-name inita --plugin eosio::chain_api_plugin --plugin eosio::net_api_plugin --http-server-address 127.0.0.1:8889 --p2p-listen-endpoint 127.0.0.1:9877 --p2p-peer-address 127.0.0.1:9876 --config-dir node2 --data-dir node2 --signature-provider EOS6hMjoWRF2L8x9YpeqtUEcsDKAyxSuM1APicxgRU1E3oyV5sDEg=KEY:5JgbL2ZnoEAhTudReWH1RnMuQS6DBeLZt4ucV6t8aymVEuYg7sr
nodeos --producer-name inita --plugin eosio::chain_api_plugin --plugin eosio::net_api_plugin --http-server-address 127.0.0.1:8889 --p2p-listen-endpoint 127.0.0.1:9877 --p2p-peer-address 127.0.0.1:9876 --config-dir node2 --data-dir node2 --signature-provider PUB_K1_6hMjoWRF2L8x9YpeqtUEcsDKAyxSuM1APicxgRU1E3oyXTDxc8=KEY:5JgbL2ZnoEAhTudReWH1RnMuQS6DBeLZt4ucV6t8aymVEuYg7sr
```

The output from this new node will show a little activity but will stop reporting until the last step in this tutorial, when the `inita` account is registered as a producer account and activated. Here is some example output from a newly started node. Your output might look a little different, depending on how much time you took entering each of these commands. Furthermore, this example is only the last few lines of output:
Expand All @@ -163,12 +163,12 @@ The output from this new node will show a little activity but will stop reportin
At this point, the second `nodeos` is an idle producer. To turn it into an active producer, `inita` needs to be registered as a producer with the bios node, and the bios node needs to perform an action to update the producer schedule.

```sh
cleos --wallet-url http://127.0.0.1:8899 push action eosio setprods "{ \"schedule\": [{\"producer_name\": \"inita\",\"block_signing_key\": \"EOS6hMjoWRF2L8x9YpeqtUEcsDKAyxSuM1APicxgRU1E3oyV5sDEg\"}]}" -p eosio@active
cleos --wallet-url http://127.0.0.1:8899 push action eosio setprods "{ \"schedule\": [{\"producer_name\": \"inita\",\"block_signing_key\": \"PUB_K1_6hMjoWRF2L8x9YpeqtUEcsDKAyxSuM1APicxgRU1E3oyXTDxc8\"}]}" -p eosio@active
```

```console
executed transaction: 2cff4d96814752aefaf9908a7650e867dab74af02253ae7d34672abb9c58235a 272 bytes 105472 cycles
# eosio <= eosio::setprods {"version":1,"producers":[{"producer_name":"inita","block_signing_key":"EOS6hMjoWRF2L8x9YpeqtUEcsDKA...
# eosio <= eosio::setprods {"version":1,"producers":[{"producer_name":"inita","block_signing_key":"PUB_K1_6hMjoWRF2L8x9YpeqtUEcsDKA...
```

Congratulations, you have now configured a two-node testnet! You can see that the original node is no longer producing blocks but it is receiving them. You can verify this by running the `get info` commmand against each node.
Expand Down
2 changes: 1 addition & 1 deletion docs/01_nodeos/03_plugins/producer_plugin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Config Options for eosio::producer_plugin:
-p [ --producer-name ] arg ID of producer controlled by this node
(e.g. inita; may specify multiple
times)
--signature-provider arg (=EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV=KEY:5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3)
--signature-provider arg (=PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63=KEY:5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3)
Key=Value pairs in the form
<public-key>=<provider-spec>
Where:
Expand Down
6 changes: 3 additions & 3 deletions docs/02_cleos/02_how-to-guides/how-to-create-an-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ The following step shows how to create a new account **bob** authorized by the d
1. Run the following command to create the new account **bob**:

```sh
cleos create account eosio bob EOS87TQktA5RVse2EguhztfQVEh6XXxBmgkU8b4Y5YnGvtYAoLGNN
cleos create account eosio bob PUB_K1_87TQktA5RVse2EguhztfQVEh6XXxBmgkU8b4Y5YnGvtY8hjMXC
```
**Where**:
* `eosio` = the system account that authorizes the creation of a new account
* `bob` = the name of the new account conforming to [account naming conventions](/protocol-guides/04_accounts_and_permissions.md#2-accounts)
* `EOS87TQ...AoLGNN` = the owner public key or permission level for the new account (**required**)
* `PUB_K1_87TQ...8hjMXC` = the owner public key or permission level for the new account (**required**)
[[info | Note]]
| To create a new account in the Antelope blockchain, an existing account, also referred to as a creator account, is required to authorize the creation of a new account. For a newly created Antelope blockchain, the default system account used to create a new account is **eosio**.

**Example Output**

```console
executed transaction: 4d65a274de9f809f9926b74c3c54aadc0947020bcfb6dd96043d1bcd9c46604c 200 bytes 166 us
# eosio <= eosio::newaccount {"creator":"eosio","name":"bob","owner":{"threshold":1,"keys":[{"key":"EOS87TQktA5RVse2EguhztfQVEh6X...
# eosio <= eosio::newaccount {"creator":"eosio","name":"bob","owner":{"threshold":1,"keys":[{"key":"PUB_K1_87TQktA5RVse2EguhztfQVEh6X...
warning: transaction executed locally, but may not be confirmed by the network yet ]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/02_cleos/02_how-to-guides/how-to-create-key-pairs.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cleos create key --to-console

```console
Private key: 5KPzrqNMJdr6AX6abKg*******************************cH
Public key: EOS4wSiQ2jbYGrqiiKCm8oWR88NYoqnmK4nNL1RCtSQeSFkGtqsNc
Public key: PUB_K1_4wSiQ2jbYGrqiiKCm8oWR88NYoqnmK4nNL1RCtSQeSFkD9wFug
```

2. Create a public/private keypair and save it to a file:
Expand All @@ -59,7 +59,7 @@ cat pw.txt
```
```console
Private key: 5K7************************************************
Public key: EOS71k3WdpLDeqeyqVRAAxwpz6TqXwDo9Brik5dQhdvvpeTKdNT59
Public key: PUB_K1_71k3WdpLDeqeyqVRAAxwpz6TqXwDo9Brik5dQhdvvpeTJVeU1k
```

## Summary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ cleos get account eosio
created: 2018-06-01T12:00:00.000
privileged: true
permissions:
owner 1: 1 EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
active 1: 1 EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
owner 1: 1 PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63
active 1: 1 PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63
memory:
quota: unlimited used: 3.004 KiB

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The `cleos` command returns detailed information of the transaction:
"owner": {
"threshold": 1,
"keys": [{
"key": "EOS6b4ENeXffuKGmsk3xCk3kbFM5M8dcANrUa9Mj9RzKLNhPKhzyj",
"key": "PUB_K1_6b4ENeXffuKGmsk3xCk3kbFM5M8dcANrUa9Mj9RzKLNhT1xH6f",
"weight": 1
}
],
Expand All @@ -82,7 +82,7 @@ The `cleos` command returns detailed information of the transaction:
"active": {
"threshold": 1,
"keys": [{
"key": "EOS6b4ENeXffuKGmsk3xCk3kbFM5M8dcANrUa9Mj9RzKLNhPKhzyj",
"key": "PUB_K1_6b4ENeXffuKGmsk3xCk3kbFM5M8dcANrUa9Mj9RzKLNhT1xH6f",
"weight": 1
}
],
Expand Down Expand Up @@ -135,7 +135,7 @@ The `cleos` command returns detailed information of the transaction:
"owner": {
"threshold": 1,
"keys": [{
"key": "EOS6b4ENeXffuKGmsk3xCk3kbFM5M8dcANrUa9Mj9RzKLNhPKhzyj",
"key": "PUB_K1_6b4ENeXffuKGmsk3xCk3kbFM5M8dcANrUa9Mj9RzKLNhT1xH6f",
"weight": 1
}
],
Expand All @@ -145,7 +145,7 @@ The `cleos` command returns detailed information of the transaction:
"active": {
"threshold": 1,
"keys": [{
"key": "EOS6b4ENeXffuKGmsk3xCk3kbFM5M8dcANrUa9Mj9RzKLNhPKhzyj",
"key": "PUB_K1_6b4ENeXffuKGmsk3xCk3kbFM5M8dcANrUa9Mj9RzKLNhT1xH6f",
"weight": 1
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/02_cleos/02_how-to-guides/how-to-import-a-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private key:
**Example Output**
The command confirms that the private key is imported correctly by displaying the corresponding public key:
```console
imported private key for: EOS8FBXJUfbANf3xeDWPoJxnip3Ych9HjzLBr1VaXRQFdkVAxwLE7
imported private key for: PUB_K1_8FBXJUfbANf3xeDWPoJxnip3Ych9HjzLBr1VaXRQFdkVCyGc9J
```

## Summary
Expand Down
4 changes: 2 additions & 2 deletions docs/02_cleos/02_how-to-guides/how-to-list-all-key-pairs.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cleos wallet keys
**Example Output**
```console
[
"EOS5VCUBtxS83ZKqVcWtDBF4473P9HyrvnCM9NBc4Upk1C387qmF3"
"PUB_K1_5VCUBtxS83ZKqVcWtDBF4473P9HyrvnCM9NBc4Upk1C3A57myq"
]
```

Expand All @@ -79,7 +79,7 @@ password:
If the password is correct, the public/private key pairs are listed:
```console
password: [[
"EOS5VCUBt****************************************F3",
"PUB_K1_5VCUBtxS83ZKqVcWtDBF4473P9HyrvnCM9NBc4Upk1C3A57myq",
"5JnuuGM1S****************************************4D"
]
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Only the k1 key format differs between legacy format and canonical format.
## Output

```
EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63
```
2 changes: 1 addition & 1 deletion docs/02_cleos/03_command-reference/convert/public_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Only the k1 key format differs between legacy format and canonical format.


```sh
cleos convert public_key EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
cleos convert public_key PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63
```

## Output
Expand Down
2 changes: 1 addition & 1 deletion docs/02_cleos/03_command-reference/create/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Options:
A set of Antelope keys is required to create an account. The Antelope keys can be generated by using `cleos create key`.

```sh
cleos create account inita tester EOS4toFS3YXEQCkuuw1aqDLrtHim86Gz9u3hBdcBw5KNPZcursVHq EOS7d9A3uLe6As66jzN8j44TXJUqJSK3bFjjEEqR4oTvNAB3iM9SA
cleos create account inita tester PUB_K1_4toFS3YXEQCkuuw1aqDLrtHim86Gz9u3hBdcBw5KNPZcvAqHHR PUB_K1_7d9A3uLe6As66jzN8j44TXJUqJSK3bFjjEEqR4oTvNAAysFemF
```

## Output
Expand Down
2 changes: 1 addition & 1 deletion docs/02_cleos/03_command-reference/create/key.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ cleos create key -f passwd

```console
Private key: 5KCkcSxYKZfh5Cr8CCunS2PiUKzNZLhtfBjudaUnad3PDargFQo
Public key: EOS5uHeBsURAT6bBXNtvwKtWaiDSDJSdSmc96rHVws5M1qqVCkAm6
Public key: PUB_K1_5uHeBsURAT6bBXNtvwKtWaiDSDJSdSmc96rHVws5M1qqT6F4KV
```
8 changes: 4 additions & 4 deletions docs/02_cleos/03_command-reference/get/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ cleos get account eosio
```console
privileged: true
permissions:
owner 1: 1 EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
active 1: 1 EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
owner 1: 1 PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63
active 1: 1 PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63
memory:
quota: -1 bytes used: 1.22 Mb

Expand Down Expand Up @@ -66,7 +66,7 @@ cleos get account eosio --json
"required_auth": {
"threshold": 1,
"keys": [{
"key": "EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
"key": "PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63",
"weight": 1
}
],
Expand All @@ -79,7 +79,7 @@ cleos get account eosio --json
"required_auth": {
"threshold": 1,
"keys": [{
"key": "EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
"key": "PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63",
"weight": 1
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/02_cleos/03_command-reference/get/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Retrieves all accounts associated with a defined public key


```sh
cleos get accounts EOS8mUftJXepGzdQ2TaCduNuSPAfXJHf22uex4u41ab1EVv9EAhWt
cleos get accounts PUB_K1_8mUftJXepGzdQ2TaCduNuSPAfXJHf22uex4u41ab1EVv7ctUZy
{
"account_names": [
"testaccount"
Expand Down
2 changes: 1 addition & 1 deletion docs/02_cleos/03_command-reference/get/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This command simply returns the current producer schedule.
active schedule version 0
Producer Producer key
============= ==================
eosio EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
eosio PUB_K1_6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5BoDq63

pending schedule empty

Expand Down
6 changes: 3 additions & 3 deletions docs/02_cleos/03_command-reference/net/peers.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cleos -u http://127.0.0.1:8001 net peers
"network_version": 1210,
"chain_id": "60fb0eb4742886af8a0e147f4af6fd363e8e8d8f18bdf73a10ee0134fec1c551",
"node_id": "58ed23173cd4ed89ae90c2e65f5c29bb51e233e78d730d72220b6d84543bfc08",
"key": "EOS1111111111111111111111111111111114T1Anm",
"key": "PUB_K1_11111111111111111111111111111111149Mr2R",
"time": "1621013128445696000",
"token": "0000000000000000000000000000000000000000000000000000000000000000",
"sig": "SIG_K1_111111111111111111111111111111111111111111111111111111111111111116uk5ne",
Expand All @@ -69,7 +69,7 @@ cleos -u http://127.0.0.1:8001 net peers
"network_version": 1210,
"chain_id": "60fb0eb4742886af8a0e147f4af6fd363e8e8d8f18bdf73a10ee0134fec1c551",
"node_id": "2101bd8d770e8eabb3e69cb981db4350b494a04cd5b7a7cea0cd3070aa722306",
"key": "EOS1111111111111111111111111111111114T1Anm",
"key": "PUB_K1_11111111111111111111111111111111149Mr2R",
"time": "1621013129884873000",
"token": "0000000000000000000000000000000000000000000000000000000000000000",
"sig": "SIG_K1_111111111111111111111111111111111111111111111111111111111111111116uk5ne",
Expand All @@ -94,7 +94,7 @@ cleos -u http://127.0.0.1:8001 net peers
"network_version": 1210,
"chain_id": "60fb0eb4742886af8a0e147f4af6fd363e8e8d8f18bdf73a10ee0134fec1c551",
"node_id": "d9eb85085d09581521d0ec53b87a9657d0176c74fdf8657c56b09a91b3821c6f",
"key": "EOS1111111111111111111111111111111114T1Anm",
"key": "PUB_K1_11111111111111111111111111111111149Mr2R",
"time": "1621013127894327000",
"token": "0000000000000000000000000000000000000000000000000000000000000000",
"sig": "SIG_K1_111111111111111111111111111111111111111111111111111111111111111116uk5ne",
Expand Down
2 changes: 1 addition & 1 deletion docs/02_cleos/03_command-reference/net/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cleos -u http://127.0.0.1:8002 net status localhost:9001
"network_version": 1210,
"chain_id": "60fb0eb4742886af8a0e147f4af6fd363e8e8d8f18bdf73a10ee0134fec1c551",
"node_id": "7432b032b50a5a3b04a220c48d75f12e5a089405dfee578c3e5b4cf46865e86e",
"key": "EOS1111111111111111111111111111111114T1Anm",
"key": "PUB_K1_11111111111111111111111111111111149Mr2R",
"time": "1620935866018960000",
"token": "0000000000000000000000000000000000000000000000000000000000000000",
"sig": "SIG_K1_111111111111111111111111111111111111111111111111111111111111111116uk5ne",
Expand Down
Loading