Skip to content

Commit

Permalink
add tx_id to TokenExpired event
Browse files Browse the repository at this point in the history
  • Loading branch information
havan committed Dec 11, 2024
1 parent 732aadc commit b44a52f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/cmp/services/notification/v2/notify.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ message TokenBought {
// ```
message TokenExpired {
uint64 token_id = 1;
cmp.types.v1.UUID mint_id = 2;
string tx_id = 2;
cmp.types.v1.UUID mint_id = 3;
}

// Related on-chain event:
Expand Down

0 comments on commit b44a52f

Please sign in to comment.