Fix typo in querying events (#8773)
This commit is contained in:
@@ -153,7 +153,7 @@ func delegatorTxsHandlerFn(clientCtx client.Context) http.HandlerFunc {
|
||||
|
||||
// For each case, we search txs for both:
|
||||
// - legacy messages: their Type() is a custom string, e.g. "delegate"
|
||||
// - service Msgs: their Type() is their FQ method name, e.g. "/cosmos.staking.v1beta1.Msg/Deledate"
|
||||
// - service Msgs: their Type() is their FQ method name, e.g. "/cosmos.staking.v1beta1.Msg/Delegate"
|
||||
// and we combine the results.
|
||||
switch {
|
||||
case isBondTx:
|
||||
|
||||
Reference in New Issue
Block a user