Skip to content

Commit

Permalink
Fix: resolving contract metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 27, 2022
1 parent d9846cc commit 166386e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/metadata/contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (indexer *Indexer) resolveContractMetadata(ctx context.Context, cm *models.
indexer.logContractMetadata(*cm, "Failed", "warn")
}
} else {
// cm.Metadata = helpers.Escape(resolved.Data)
cm.Metadata = resolved.Data
if utf8.Valid(resolved.Data) {
cm.Status = models.StatusApplied
cm.Error = ""
Expand Down

0 comments on commit 166386e

Please sign in to comment.