Skip to content

Commit

Permalink
update ch_out
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoell committed Apr 9, 2024
1 parent d6ba4ce commit 2086dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sinks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub fn ch_out(
]);

tables
.push_change_composite("token_events", keys, 0, table_change::Operation::Create)
.push_change_composite("token_supply_events", keys, 0, table_change::Operation::Create)
.change("symcode", ("", stat.symcode.to_string().as_str()))
.change("issuer", ("", stat.issuer.to_string().as_str()))
.change("max_supply", ("", stat.max_supply.to_string().as_str()))
Expand Down

0 comments on commit 2086dbd

Please sign in to comment.