Skip to content

Conversation

@RawthiL
Copy link
Contributor

@RawthiL RawthiL commented Nov 24, 2025

Removed multiple repeated authorization entries related to MsgUpdateParam

Summary

All these were duplicated:

{
    "granter": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
    "grantee": "pokt1eeeksh2tvkh7wzmfrljnhw4wrhs55lcuvmekkw",
    "authorization": {
      "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
      "msg": "/pocket.session.MsgUpdateParam"
    },
    "expiration": "2500-01-01T00:00:00Z"
  },

    {
    "granter": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
    "grantee": "pokt1eeeksh2tvkh7wzmfrljnhw4wrhs55lcuvmekkw",
    "authorization": {
      "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
      "msg": "/pocket.gateway.MsgUpdateParam"
    },
    "expiration": "2500-01-01T00:00:00Z"
  },

    {
    "granter": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
    "grantee": "pokt1eeeksh2tvkh7wzmfrljnhw4wrhs55lcuvmekkw",
    "authorization": {
      "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
      "msg": "/pocket.application.MsgUpdateParam"
    },
    "expiration": "2500-01-01T00:00:00Z"
  },

    {
    "granter": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
    "grantee": "pokt1eeeksh2tvkh7wzmfrljnhw4wrhs55lcuvmekkw",
    "authorization": {
      "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
      "msg": "/pocket.supplier.MsgUpdateParam"
    },
    "expiration": "2500-01-01T00:00:00Z"
  },
    {
    "granter": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t",
    "grantee": "pokt1eeeksh2tvkh7wzmfrljnhw4wrhs55lcuvmekkw",
    "authorization": {
      "@type": "/cosmos.authz.v1beta1.GenericAuthorization",
      "msg": "/pocket.migration.MsgUpdateParams"
    },
    "expiration": "2500-01-01T00:00:00Z"
  },

Removed multiple repeated authorization entries related to MsgUpdateParam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants