From f6aaaea36fc703a2ec1d8c5de493b74f6435d2be Mon Sep 17 00:00:00 2001 From: Snoppy Date: Thu, 9 May 2024 14:13:29 +0800 Subject: [PATCH] chore: fix typos and link broken (#1330) Signed-off-by: snoppy Co-authored-by: ferrell-code Co-authored-by: Jamie --- pallets/manta-support/src/manta_pay.rs | 2 +- pallets/parachain-staking/README.md | 2 +- pallets/randomness/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pallets/manta-support/src/manta_pay.rs b/pallets/manta-support/src/manta_pay.rs index cade5ae07..a4088bf86 100644 --- a/pallets/manta-support/src/manta_pay.rs +++ b/pallets/manta-support/src/manta_pay.rs @@ -212,7 +212,7 @@ pub type AssetValue = u128; pub type AccountId = [u8; 32]; /// Transfer Proof encoded value -/// Compatability for JS u128 and Encode/Decode from parity_codec +/// Compatibility for JS u128 and Encode/Decode from parity_codec pub type EncodedAssetValue = [u8; 16]; /// Asset diff --git a/pallets/parachain-staking/README.md b/pallets/parachain-staking/README.md index bb08bfa78..ead11ae41 100644 --- a/pallets/parachain-staking/README.md +++ b/pallets/parachain-staking/README.md @@ -15,7 +15,7 @@ Implements Delegated Proof of Stake to Links: -- [Rust Documentation](https://purestake.github.io/moonbeam/pallet_parachain_staking/index.html) +- [Rust Documentation](https://docs.moonbeam.network/builders/pallets-precompiles/pallets/staking/) - [Unofficial Documentation](https://meta5.world/parachain-staking-docs/) - [(Outdated) Blog Post with Justification](https://meta5.world/posts/parachain-staking) diff --git a/pallets/randomness/README.md b/pallets/randomness/README.md index 07c1900e1..e0d161d63 100644 --- a/pallets/randomness/README.md +++ b/pallets/randomness/README.md @@ -111,5 +111,5 @@ Additionally, the Babe consensus can sometime allow multiple validator to produc ### Asynchronous Backing -This solution is **safe** even after the asynchronous backing is supported as the pseudo-random is not dependant on which relay block the parachain block is referencing. +This solution is **safe** even after the asynchronous backing is supported as the pseudo-random is not dependent on which relay block the parachain block is referencing. A collator being able to choose the relay block on top of which it builds the parachain block will not influence the pseudo-random word.