Skip to content

Commit

Permalink
Update modules/capability/keeper/keeper.go
Browse files Browse the repository at this point in the history
Co-authored-by: DimitrisJim <[email protected]>
  • Loading branch information
tac0turtle and DimitrisJim authored Aug 29, 2024
1 parent d45cea5 commit 199df39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/capability/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ func (sk ScopedKeeper) GetCapabilityName(ctx context.Context, cap *types.Capabil
panic(err)
}

return string(bz) // TODO: why the cast?
return string(bz)
}

// GetOwners all the Owners that own the capability associated with the name this ScopedKeeper uses
Expand Down

0 comments on commit 199df39

Please sign in to comment.