Skip to content

Commit

Permalink
Merge pull request #284 from wanshuangcheng/develop
Browse files Browse the repository at this point in the history
website: fix some comments
  • Loading branch information
roughpandaz authored Apr 9, 2024
2 parents 44728a8 + 7f02799 commit cd495c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/docs/concepts/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ Fiat currencies are a medium of exchange established as money, often by governme
---

### Heavy Asset Problem
A common problem found in multi-asset blockchain platforms where the value of the assets stored on the chain gains significant value but the native token of the chain does not. This raises the incentive to attack the the network, but does not increase the security because the value of the native token is what is used to secure the network.
A common problem found in multi-asset blockchain platforms where the value of the assets stored on the chain gains significant value but the native token of the chain does not. This raises the incentive to attack the network, but does not increase the security because the value of the native token is what is used to secure the network.

#### See Also
- [Asset](#asset)
Expand Down Expand Up @@ -1357,7 +1357,7 @@ A cryptographic hash function. BLAKE2b (or BLAKE2) is optimized for 64-bit platf
---

### Block Subsidy
A payment that is made in the native currency of the blockchain that is paid to to miners for providing the computational resources create a block and secure the blockchain.
A payment that is made in the native currency of the blockchain that is paid to miners for providing the computational resources create a block and secure the blockchain.

The subsidy consists is the portion of the total block reward that is issued out of inflation for creating the block, but does not include any additional transaction fees that may be paid on top.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started/_SwitchToTestnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const lumosConfig = config.predefined.AGGRON4 as config.Config;
export const CKB_RPC_URL = "https://testnet.ckb.dev/rpc";
```

Acutally, we have the corresponding Testnet version examples for all these tutorials. The source code of the Testnet version is in [https://github.com/nervosnetwork/docs.nervos.org/tree/develop/examples](https://github.com/nervosnetwork/docs.nervos.org/tree/develop/examples), you can clone the repo and start running on Testnet.
Actually, we have the corresponding Testnet version examples for all these tutorials. The source code of the Testnet version is in [https://github.com/nervosnetwork/docs.nervos.org/tree/develop/examples](https://github.com/nervosnetwork/docs.nervos.org/tree/develop/examples), you can clone the repo and start running on Testnet.

```sh
git clone https://github.com/nervosnetwork/docs.nervos.org.git
Expand Down

0 comments on commit cd495c3

Please sign in to comment.