Skip to content

Commit 20e9997

Browse files
0xlukemTelucero
andauthored
Apply suggestions from code review
Co-authored-by: Taylor Lucero <[email protected]>
1 parent ad8ed89 commit 20e9997

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

develop/interoperability/xcm-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Each configuration item is explained below, detailing the associated type’s pu
147147
```
148148

149149
<!-- I think `Holding Register` should be linked to https://wiki.polkadot.network/docs/learn/xcm/reference-glossary#holding-register, but since we will have our own glossary, I’m putting this as a TODO -->
150-
- [**`MaxAssetsIntoHolding`**](https://paritytech.github.io/polkadot-sdk/master/staging_xcm_executor/trait.Config.html#associatedtype.MaxAssetsIntoHolding){target=\_blank} - limits the number of assets in the [Holding register](https://wiki.polkadot.com/learn/learn-xcm/#holding-register){target=\_blank}. At most, twice this limit can be held under worst-case conditions
150+
- [**`MaxAssetsIntoHolding`**](https://paritytech.github.io/polkadot-sdk/master/staging_xcm_executor/trait.Config.html#associatedtype.MaxAssetsIntoHolding){target=\_blank}: Limits the number of assets in the [Holding register](https://wiki.polkadot.com/learn/learn-xcm/#holding-register){target=\_blank}. At most, twice this limit can be held under worst-case conditions.
151151
```rust
152152
type MaxAssetsIntoHolding: Get<u32>;
153153
```

infrastructure/running-a-validator/onboarding-and-offboarding/start-validating.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ This following sections will walk you through creating and managing a systemd se
139139
140140
Ensure the following requirements are met before proceeding with the systemd setup:
141141
142-
- Confirm your system meets the [requirements](/infrastructure/running-a-validator/requirements/){target=\_blank} for running a validator
143-
- Ensure you meet the [minimum bond requirements](https://wiki.polkadot.com/general/chain-state-values/#minimum-validator-bond){target=\_blank} for validating
144-
- Verify the Polkadot binary is [installed](#install-the-polkadot-binaries)
142+
- Confirm your system meets the [requirements](/infrastructure/running-a-validator/requirements/){target=\_blank} for running a validator.
143+
- Ensure you meet the [minimum bond requirements](https://wiki.polkadot.com/general/chain-state-values/#minimum-validator-bond){target=\_blank} for validating.
144+
- Verify the Polkadot binary is [installed](#install-the-polkadot-binaries).
145145
146146
### Create the Systemd Service File
147147

0 commit comments

Comments
 (0)