Skip to content

Commit

Permalink
Fix version by removing prefixed "v"
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt authored Jul 28, 2023
1 parent 388029c commit 2462965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cometmock/rpc_server/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ func Status(ctx *rpctypes.Context) (*ctypes.ResultStatus, error) {
Other: cometp2p.DefaultNodeInfoOther{
TxIndex: "on",
},
Version: "v0.37.1",
Version: "0.37.1",
ProtocolVersion: p2p.NewProtocolVersion(
version.P2PProtocol, // global
curState.Version.Consensus.Block,
Expand Down

0 comments on commit 2462965

Please sign in to comment.