From c60abd5cb227ea2914561724487d8d56b3142889 Mon Sep 17 00:00:00 2001
From: Philip Offtermatt
Date: Thu, 8 Aug 2024 14:23:12 +0200
Subject: [PATCH] Make heading a bullet list instead
---
docs/docs/upgrading/integrating_inactive_validators.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/upgrading/integrating_inactive_validators.md b/docs/docs/upgrading/integrating_inactive_validators.md
index 4f001ec6f5..6b2df4e083 100644
--- a/docs/docs/upgrading/integrating_inactive_validators.md
+++ b/docs/docs/upgrading/integrating_inactive_validators.md
@@ -22,6 +22,6 @@ The following queries will change after this upgrade:
The `bonded_tokens` will include the stake of all *bonded* validators. As the number of bonded validators will be increased as part of the upgrade, the number of `bonded_tokens` is expected to have a sudden increase after the upgrade is applied.
-### All queries in the staking module that return a `Validator`
+* All queries in the staking module that return a `Validator`
All *bonded* validators will show with `Status=Bonded` . To identify *active* validators, query the validator set from Tendermint (https://docs.cometbft.com/v0.37/rpc/#/Info/validators or `query comet-validator-set [height]`), which will return the set of all *active* validators.
\ No newline at end of file