Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 1157cd3

Browse files
committed
missed exportion
1 parent a265998 commit 1157cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geth-utils/l2geth/lib.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func CreateTrace(configStr *C.char) *C.char {
3535
return C.CString(string(bytes))
3636
}
3737

38+
//export CreateL2Trace
3839
func CreateL2Trace(configStr *C.char) *C.char {
3940
//fmt.Printf("%s", C.GoString(configStr))
4041
var config TraceConfig

0 commit comments

Comments
 (0)