We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f3c73 commit bdc2867Copy full SHA for bdc2867
common/libzkp/lib.go
@@ -11,8 +11,9 @@ import "C" //nolint:typecheck
11
import (
12
"fmt"
13
"os"
14
- "scroll-tech/common/types/message"
15
"unsafe"
+
16
+ "scroll-tech/common/types/message"
17
)
18
19
// Helper function to convert Go string to C string and handle cleanup
common/libzkp/mock_universal_task.go
@@ -5,6 +5,7 @@ package libzkp
5
6
"encoding/json"
7
8
9
"scroll-tech/common/types/message"
10
"github.com/scroll-tech/go-ethereum/common"
0 commit comments