File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ fn create_event_info_aggregation_code(function_name: &str) -> String {
84
84
)
85
85
{{
86
86
;; Function name
87
- name: "{func_name }",
87
+ name: "{function_name }",
88
88
;; who called this
89
89
;; NOTE: these fields are required by downstream clients.
90
90
;; Even though tx-sender is *not* a stacker, the field is
@@ -97,8 +97,7 @@ fn create_event_info_aggregation_code(function_name: &str) -> String {
97
97
98
98
}}
99
99
)
100
- "# ,
101
- func_name = function_name
100
+ "#
102
101
)
103
102
}
104
103
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ fn create_event_info_aggregation_code(function_name: &str) -> String {
78
78
)
79
79
{{
80
80
;; Function name
81
- name: "{func_name }",
81
+ name: "{function_name }",
82
82
;; who called this
83
83
;; NOTE: these fields are required by downstream clients.
84
84
;; Even though tx-sender is *not* a stacker, the field is
@@ -91,8 +91,7 @@ fn create_event_info_aggregation_code(function_name: &str) -> String {
91
91
92
92
}}
93
93
)
94
- "# ,
95
- func_name = function_name
94
+ "#
96
95
)
97
96
}
98
97
You can’t perform that action at this time.
0 commit comments