This commit is contained in:
Arnaud 2025-10-15 11:25:28 +02:00
parent 9e6c2114b3
commit 5b26d4e832
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -8,6 +8,8 @@ import (
"github.com/codex-storage/codex-go-bindings/codex"
)
// #cgo LDFLAGS: -L${SRCDIR}/libs -llibcodex
func main() {
node, err := codex.New(codex.Config{
BlockRetries: 5,