Skip to content

Commit

Permalink
Add drop beginning time
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dusek committed Jun 9, 2024
1 parent f59d680 commit fa12690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/market/keeper/msg_server_create_drop.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func (k msgServer) CreateDrop(goCtx context.Context, msg *types.MsgCreateDrop) (
Pair: pair,
Drops: drops,
ProductBeg: dropProduct,
TimeBeg: ctx.BlockHeader().Time.Unix(),
Coin1Beg: coin1,
Coin2Beg: coin2,
Active: true,
Expand Down

0 comments on commit fa12690

Please sign in to comment.