From fc2ea94b86fa363130baf7a4787c990032e8795f Mon Sep 17 00:00:00 2001 From: Teddy Ding Date: Thu, 23 Jan 2025 12:17:31 -0500 Subject: [PATCH] Formatting in go.mod --- protocol/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/go.mod b/protocol/go.mod index 47fe87253a..30b18bf857 100644 --- a/protocol/go.mod +++ b/protocol/go.mod @@ -471,7 +471,7 @@ replace ( cosmossdk.io/store => github.com/dydxprotocol/cosmos-sdk/store v1.0.3-0.20240326192503-dd116391188d // Use dYdX fork of CometBFT github.com/cometbft/cometbft => github.com/dydxprotocol/cometbft v0.38.6-0.20241126215519-69cdde955fd0 - // Fixes the issue that `tx_search` resolves to a single entry, due to an cometbft-db interface + // Fixes the issue that `tx_search` resolves to a single entry, due to an cometbft-db interface // change in v0.13.0+. // TODO(CT-1343): Remove and fix properly by backporting upstream fix to cometbft fork. github.com/cometbft/cometbft-db => github.com/cometbft/cometbft-db v0.12.0