Skip to content

Commit

Permalink
fix: add collection_id to the drop created event for writing in colle…
Browse files Browse the repository at this point in the history
…ction relation
  • Loading branch information
kespinola committed Sep 8, 2023
1 parent 6d341a4 commit 3e88d28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nfts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ enum CreationStatus {

message DropCreation {
CreationStatus status = 2;
string collection_id = 3;
}

message CollectionCreation {
Expand Down

0 comments on commit 3e88d28

Please sign in to comment.