mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-25 03:11:21 +00:00
refactor: use system faucet and vaults to supply accounts from genesis
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
co-authored by
Copilot
parent
89d1b95738
commit
9075f30f19
@@ -14,16 +14,4 @@ pub enum Instruction {
|
||||
///
|
||||
/// Required accounts: `[account_to_initialize]`.
|
||||
Initialize,
|
||||
|
||||
/// Mint `amount` into a new account at genesis (`block_id` == 0).
|
||||
///
|
||||
/// Claims the target account (sets `program_owner` to `authenticated_transfer` program id)
|
||||
/// and sets its balance in a single operation.
|
||||
///
|
||||
/// Required accounts: `[target_account, clock_account]`.
|
||||
///
|
||||
/// Panics if:
|
||||
/// - `target_account` is not in the default (uninitialized) state
|
||||
/// - clock's `block_id` is not 0
|
||||
Mint { amount: u128 },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user