docs(store): fix cometbft doc version (#21510)

Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
This commit is contained in:
Troy
2024-09-03 09:56:34 +00:00
committed by GitHub
co-authored by Julien Robert Anton Kaliaev
parent 9197f541e5
commit 1f21d4a536
+3 -2
View File
@@ -11,8 +11,9 @@ This document describes the Cosmos SDK implementation of the ABCI state sync
interface, for more information on CometBFT state sync in general see:
* [CometBFT State Sync for Developers](https://medium.com/cometbft/cometbft-core-state-sync-for-developers-70a96ba3ee35)
* [ABCI State Sync Spec](https://docs.cometbft.com/v0.37/spec/p2p/messages/state-sync)
* [ABCI State Sync Method/Type Reference](https://docs.cometbft.com/v0.37/spec/p2p/messages/state-sync)
* [CometBFT State Sync](https://docs.cometbft.com/v0.38/core/state-sync)
* [ABCI State Sync Spec](https://docs.cometbft.com/v0.38/spec/p2p/legacy-docs/messages/state-sync)
* [ABCI State Sync Method/Type Reference](https://docs.cometbft.com/v0.38/spec/p2p/legacy-docs/messages/state-sync)
## Overview