Skip to content

Commit

Permalink
doc(operator): TODO earnings addr validation?
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Apr 5, 2024
1 parent e91592d commit ace29eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/operator/keeper/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (k *Keeper) SetOperatorInfo(ctx sdk.Context, addr string, info *operatortyp

// key := common.HexToAddress(incentive.Contract)
bz := k.cdc.MustMarshal(info)

// TODO: check about client chain registration for earnings addresses provided?
store.Set(opAccAddr, bz)
return nil
}
Expand Down

0 comments on commit ace29eb

Please sign in to comment.