Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// TokenMintMany is not reachable via a user-facing state transition today —
// it's used internally by the distribution machinery as a TokenOperationType.
// Drive-level coverage for token_mint_many_v0, token_mint_many_add_to_operations_v0,
// and token_mint_many_operations_v0 lives as unit tests in
// packages/rs-drive/src/drive/tokens/mint_many/v0/mod.rs.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ mod distribution;
mod emergency_action;
mod freeze;
mod mint;
mod mint_many;
mod transfer;
mod unfreeze;

use super::*;
use crate::execution::validation::state_transition::tests::create_token_contract_with_owner_identity;
Expand Down
Loading
Loading