logs libsecp256k1 loading version

This commit is contained in:
2025-11-05 15:28:23 +00:00
parent 36fc05b1c2
commit eaac3cdc19

View File

@@ -4,6 +4,7 @@ package secp
import (
"fmt"
"log"
"runtime"
"sync"
"unsafe"
@@ -158,6 +159,7 @@ func LoadLibrary() (err error) {
return
}
log.Printf("INFO: Successfully loaded libsecp256k1 v5.0.0 from %s", libPath)
loadLibErr = nil
})