chore: set correct eden version number (#16281)

This commit is contained in:
Julien Robert
2023-05-24 19:58:45 +00:00
committed by GitHub
parent 571c13ea84
commit cf1a573679
36 changed files with 2220 additions and 621 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ type GetTxsEventRequest struct {
// query defines the transaction event query that is proxied to Tendermint's
// TxSearch RPC method. The query must be valid.
//
// Since Cosmos SDK 0.48
// Since cosmos-sdk 0.50
Query string `protobuf:"bytes,6,opt,name=query,proto3" json:"query,omitempty"`
}