Skip to content

Commit

Permalink
Merge pull request #91 from onomyprotocol/dong/nits
Browse files Browse the repository at this point in the history
nits
  • Loading branch information
DongLieu authored Nov 11, 2024
2 parents 99ca166 + e7e0cf9 commit a7be205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/psm/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (k msgServer) AddStableCoinProposal(ctx context.Context, msg *types.MsgAddS
return &types.MsgAddStableCoinResponse{}, err
}

err = k.keeper.OracleKeeper.AddNewSymbolToBandOracleRequest(ctx, msg.Denom, msg.OracleScript)
err = k.keeper.OracleKeeper.AddNewSymbolToBandOracleRequest(ctx, msg.SymBol, msg.OracleScript)
if err != nil {
return &types.MsgAddStableCoinResponse{}, err
}
Expand Down

0 comments on commit a7be205

Please sign in to comment.