Skip to content

Commit

Permalink
Merge pull request #111 from Levike34/patch-1
Browse files Browse the repository at this point in the history
Emit event on install
  • Loading branch information
deuszex authored Jan 29, 2024
2 parents db8aedc + e762da9 commit 3b02f59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cep18/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ pub extern "C" fn init() {
);
}
}
events::record_event_dictionary(Event::Mint(Mint {
recipient: caller.into(),
amount: initial_supply,
}))
}

/// Admin EntryPoint to manipulate the security access granted to users.
Expand Down

0 comments on commit 3b02f59

Please sign in to comment.