Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Oct 16, 2023
1 parent 5af3df3 commit c8cd3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solana_nfts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ message SolanaMintPayload {
Metadata metadata = 10;
}

message SolanaMintPendingTransactions {
message SolanaBatchMintPendingTransactions {
repeated string signers_pubkeys = 1;
repeated SolanaMintTransaction mint_transactions = 2;
}
Expand Down Expand Up @@ -159,6 +159,6 @@ message SolanaNftEvents {
SolanaFailedTransaction mint_open_drop_failed = 58;
SolanaFailedTransaction retry_create_open_drop_failed = 59;
SolanaFailedTransaction retry_mint_open_drop_failed = 60;
SolanaMintPendingTransactions mint_open_drop_batched_signing_requested = 61;
SolanaBatchMintPendingTransactions mint_open_drop_batched_signing_requested = 61;
}
}

0 comments on commit c8cd3a0

Please sign in to comment.