Skip to content

Commit

Permalink
fix denom data retrive issue
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Nov 23, 2023
1 parent a78cd3f commit 11a7ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/onft/keeper/denom.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,6 @@ func (k Keeper) GetDenomInfo(ctx sdk.Context, denomID string) (*types.Denom, err
PreviewURI: denomMetadata.PreviewUri,
Uri: class.Uri,
UriHash: class.UriHash,
Data: denomMetadata.Data,
}, nil
}

0 comments on commit 11a7ec9

Please sign in to comment.