File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ func (h *HandlerT) StopCPUProfile() error {
131
131
return nil
132
132
}
133
133
134
- // Trace turns on tracing for nsec seconds and writes
134
+ // GoTrace turns on tracing for nsec seconds and writes
135
135
// trace data to file.
136
- func (h * HandlerT ) Trace (file string , nsec uint ) error {
136
+ func (h * HandlerT ) GoTrace (file string , nsec uint ) error {
137
137
if err := h .StartTrace (file ); err != nil {
138
138
return err
139
139
}
Original file line number Diff line number Diff line change @@ -366,8 +366,8 @@ web3._extend({
366
366
params: 0
367
367
}),
368
368
new web3._extend.Method({
369
- name: 'trace ',
370
- call: 'debug_trace ',
369
+ name: 'goTrace ',
370
+ call: 'debug_goTrace ',
371
371
params: 2
372
372
}),
373
373
new web3._extend.Method({
You can’t perform that action at this time.
0 commit comments