Skip to content

Commit

Permalink
Eliminate a 404, add a missing continuation mark in one shell script.
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilBurgess42 committed Feb 7, 2023
1 parent 5c8a5c1 commit ec98379
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion content/03-learn/06-pledging-and-delegation-options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ which are dependent on the pool’s level of uptime and its performance.

> **Related topics:**
> - [Pledging and rewards](/core-concepts/pledging-rewards)
> - [Delegation and pledging advice for large SPOs](/getting-started/guidelines-for-large-spos/#delegationandpledgingadvice)
### Delegation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Example output:
To transfer `SC_Token` from the main chain to a sidechain, use the **sidechain-cli** to burn main-chain `SC_Token`.
```shell
./sidechain-cli burn-sc-token
./sidechain-cli burn-sc-token \
--signing-key-file payment.skey \
--sc-evm-url https://faucet.sidechain.evmtestnet.iohkdev.io/ \
--recipient ae3dffee97f92db0201d11cb8877c89738353bce \
Expand Down

0 comments on commit ec98379

Please sign in to comment.