Skip to content

Commit

Permalink
Formatting in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Jan 23, 2025
1 parent fc10335 commit fc2ea94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc2ea94

Please sign in to comment.