Skip to content
Open
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
2 changes: 1 addition & 1 deletion contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#![no_std]

pub mod payment_gateway;
pub mod sai_wrapper;
pub mod session;
pub mod staking;
// Fuzz module uses `std` and legacy Soroban test patterns; keep out of the default test build
Expand Down Expand Up @@ -675,7 +676,6 @@ impl CertificateContract {
// Emit summary event for the entire batch operation
env.events().publish(
(Symbol::new(&env, "v1_batch_issue_completed"),),
(Symbol::new(&env, "batch_issue_completed"),),
(instructor.clone(), total_certificates, course.clone()),
);

Expand Down
Loading
Loading