Skip to content

Commit

Permalink
Merge pull request #77 from onomyprotocol/drop-product
Browse files Browse the repository at this point in the history
Add back in dropProduct to drop
  • Loading branch information
cgdusek authored Jun 18, 2024
2 parents 5e0754c + 5b195c4 commit e2c4634
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 e2c4634

Please sign in to comment.