Skip to content

Commit

Permalink
fix: fixed init genesis validation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Nov 24, 2021
1 parent e348b33 commit 8f134c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keeper/collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (k Keeper) SetCollection(ctx sdk.Context, collection types.Collection) erro
onft.GetData(),
onft.IsTransferable(),
onft.IsExtensible(),
onft.GetOwner(),
creator,
onft.GetOwner(),
); err != nil {
return err
Expand Down

0 comments on commit 8f134c2

Please sign in to comment.