fix(x/accounts): remove double execute (#20065)

This commit is contained in:
son trinh 2024-04-17 15:00:22 +07:00 committed by GitHub
parent 2301e5e73a
commit eeefcf9600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -329,8 +329,7 @@ func (k Keeper) SendModuleMessageUntyped(ctx context.Context, sender []byte, msg
return nil, err
}
// send the message
return resp, k.sendModuleMessage(ctx, sender, msg, resp)
return resp, err
}
// sendModuleMessage can be used to send a message towards a module. It expects the