From e617783f09908f83faa7d4f6bb5b009d3c83e688 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Thu, 21 Jul 2022 01:54:12 -0400 Subject: [PATCH] Correct bullet point spacing --- docs/protocol/Validator Sets.md | 6 +++--- docs/protocol/Validators.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/protocol/Validator Sets.md b/docs/protocol/Validator Sets.md index bfdc8575..4d060420 100644 --- a/docs/protocol/Validator Sets.md +++ b/docs/protocol/Validator Sets.md @@ -2,10 +2,10 @@ Validator Sets are defined at the protocol level, with the following parameters: -- `index` (VS): Validator set index, a global key atomically increasing + - `index` (VS): Validator set index, a global key atomically increasing from 0. -- `bond` (Amount): Amount of bond per key-share of this validator set. -- `coins` (Vec): Coins managed by this validator set. + - `bond` (Amount): Amount of bond per key-share of this validator set. + - `coins` (Vec): Coins managed by this validator set. At launch, there will solely be validator set 0, managing Bitcoin, Ethereum, USDC, DAI, and Monero. diff --git a/docs/protocol/Validators.md b/docs/protocol/Validators.md index 1b1662bc..c750a1a9 100644 --- a/docs/protocol/Validators.md +++ b/docs/protocol/Validators.md @@ -2,9 +2,9 @@ ### Register (message) -- `validator` (signer): Address which will be the validator on Substrate. -- `manager` (signer): Address which will manage this validator. -- `set` (VS): Validator set being joined. + - `validator` (signer): Address which will be the validator on Substrate. + - `manager` (signer): Address which will manage this validator. + - `set` (VS): Validator set being joined. Marks `validator` as a validator candidate for the specified validator set, enabling delegation.