From 4a585d5b499da1c8ae11d6d250d791ba5144b2a0 Mon Sep 17 00:00:00 2001 From: DAWN KELLY Date: Mon, 7 Oct 2024 13:08:18 -0400 Subject: [PATCH] just unfixing some things :-) --- .../add-trusted-nodes/node-output-1.html | 11 ----------- .../add-trusted-nodes/node-output.html | 1 - 2 files changed, 12 deletions(-) diff --git a/.snippets/code/tutorials/polkadot-sdk/build-a-blockchain/add-trusted-nodes/node-output-1.html b/.snippets/code/tutorials/polkadot-sdk/build-a-blockchain/add-trusted-nodes/node-output-1.html index 135d77d80..868005444 100644 --- a/.snippets/code/tutorials/polkadot-sdk/build-a-blockchain/add-trusted-nodes/node-output-1.html +++ b/.snippets/code/tutorials/polkadot-sdk/build-a-blockchain/add-trusted-nodes/node-output-1.html @@ -1,14 +1,4 @@
- ./target/release/solochain-template-node \ - --base-path /tmp/node02 \
- --chain ./customSpecRaw.json \
- --port 30334 \
- --rpc-port 9946 \
- --validator \
- --name MyNode02 \
- --bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWSbaPxmb2tWLgkQVoJdxzpBPTd9dQPmKiJfsvtP753Rg1 \
- --unsafe-force-node-key-generation \
- --password-interactive
2024-09-12 15:37:05 💤 Idle (0 peers), best: #0 (0x8af7…53fd), finalized #0 (0x8af7…53fd), ⬇ 0 ⬆ 0 2024-09-12 15:37:08 discovered: 12D3KooWMaL5zqYiMnVikaYCGF65fKekSPqXGgyz92eRcqcnfpey /ip4/192.168.1.2/tcp/30334 2024-09-12 15:37:10 💤 Idle (1 peers), best: #0 (0x8af7…53fd), finalized #0 (0x8af7…53fd), ⬇ 0.6kiB/s ⬆ 0.6kiB/s @@ -24,5 +14,4 @@ 2024-09-12 15:37:24 🔖 Pre-sealed block for proposal at 3. Hash now 0x12cc1e9492988cfd3ffe4a6eb3186b1abb351a12a97809f7bae4a7319e177dee, previously 0x74d78266b1ac2514050ced3f34fbf98a28c6a2856f49dbe8b44686440a45f879. 2024-09-12 15:37:24 🏆 Imported #3 (0x17a7…a1fd → 0x12cc…7dee) 2024-09-12 15:37:25 💤 Idle (1 peers), best: #3 (0x12cc…7dee), finalized #1 (0x0511…4f04), ⬇ 0.5kiB/s ⬆ 0.6kiB/s -
\ No newline at end of file diff --git a/.snippets/code/tutorials/polkadot-sdk/build-a-blockchain/add-trusted-nodes/node-output.html b/.snippets/code/tutorials/polkadot-sdk/build-a-blockchain/add-trusted-nodes/node-output.html index 42b183b8f..b607887c2 100644 --- a/.snippets/code/tutorials/polkadot-sdk/build-a-blockchain/add-trusted-nodes/node-output.html +++ b/.snippets/code/tutorials/polkadot-sdk/build-a-blockchain/add-trusted-nodes/node-output.html @@ -23,5 +23,4 @@ 2024-09-12 11:18:46 〽️ Prometheus exporter started at 127.0.0.1:9615 2024-09-12 11:18:46 Running JSON-RPC server: addr=127.0.0.1:9945, allowed origins=["http://localhost:*", "http://127.0.0.1:*", "https://localhost:*", "https://127.0.0.1:*", "https://polkadot.js.org"] 2024-09-12 11:18:51 💤 Idle (0 peers), best: #0 (0x850f…951f), finalized #0 (0x850f…951f), ⬇ 0 ⬆ 0 - \ No newline at end of file