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

feat(its)!: expose set_flow limit for the operator and add a corresponding event #203

Merged
merged 4 commits into from
Nov 20, 2024
Merged
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
Update move/its/sources/its.move
Co-authored-by: Milap Sheth <milap@interoplabs.io>
Foivos and milapsheth authored Nov 20, 2024
commit 4f9d8017bd7d1897b67993d6523ee883e3e5b156
2 changes: 1 addition & 1 deletion move/its/sources/its.move
Original file line number Diff line number Diff line change
@@ -238,7 +238,7 @@ public fun set_flow_limit<T>(
token_id: TokenId,
limit: u64,
) {
let value = self.value_mut!(b"mint_to_as_distributor");
let value = self.value_mut!(b"set_flow_limit");

value.set_flow_limit<T>(
channel,