Skip to content

Commit

Permalink
Update distribution.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tuan Tran <[email protected]>
  • Loading branch information
odeke-em and tuantran1702 authored Jun 30, 2024
1 parent aba5a49 commit 493c0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/participationrewards/keeper/distribution.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func DepthFirstSearch(graph AssetGraph, visited map[string]struct{}, asset strin
func (k *Keeper) CalcTokenValues(ctx sdk.Context) (TokenValues, error) {
k.Logger(ctx).Info("calcTokenValues")

data, osmoParams, err := GetAndUnmarshalProtocolData[*types.OsmosisParamsProtocolData](ctx, "osmosisparams", types.ProtocolDataTypeOsmosisParams)
data, osmoParams, err := GetAndUnmarshalProtocolData[*types.OsmosisParamsProtocolData](ctx, k, "osmosisparams", types.ProtocolDataTypeOsmosisParams)
if err != nil {
return TokenValues{}, err
}
Expand Down

0 comments on commit 493c0e8

Please sign in to comment.