Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

experiments on rkyv-access PR #1761

Open
wants to merge 4 commits into
base: bing/rkyv-access
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
event emit works
  • Loading branch information
codeblooded1729 committed Jun 4, 2024
commit c547f296dc73d67596d624bd8b0287fac8d468f3
2 changes: 1 addition & 1 deletion examples/token/core_logic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub fn transfer(
object: state_object.clone(),
type_: EventType::Read,
};
// mozak_sdk::event_emit(read_event);
mozak_sdk::event_emit(read_event);

// let mut token_object = wallet::TokenObject::from(state_object.clone());

Expand Down