From 2086dbd7803fb05eaf51e777971017750f827b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Sch=C3=B6ll?= Date: Tue, 9 Apr 2024 13:45:38 +0200 Subject: [PATCH] update ch_out --- src/sinks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sinks.rs b/src/sinks.rs index 2848386..45227c0 100644 --- a/src/sinks.rs +++ b/src/sinks.rs @@ -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()))