Skip to content

Commit

Permalink
Merge pull request #78 from onomyprotocol/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
cgdusek authored Jun 19, 2024
2 parents 4221be2 + e2c4634 commit 40e9af1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions x/market/keeper/msg_server_create_drop.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,12 @@ func (k msgServer) CreateDrop(goCtx context.Context, msg *types.MsgCreateDrop) (
k.SetPool(ctx, pool)

var drop = types.Drop{
Uid: uid,
Owner: msg.Creator,
Pair: pair,
Drops: drops,
Active: true,
Uid: uid,
Owner: msg.Creator,
Pair: pair,
Drops: drops,
Product: dropProduct,
Active: true,
}

// Add the drop to the keeper
Expand Down

0 comments on commit 40e9af1

Please sign in to comment.