logs libsecp256k1 loading version
This commit is contained in:
@@ -4,6 +4,7 @@ package secp
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"log"
|
||||||
"runtime"
|
"runtime"
|
||||||
"sync"
|
"sync"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
@@ -158,6 +159,7 @@ func LoadLibrary() (err error) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.Printf("INFO: Successfully loaded libsecp256k1 v5.0.0 from %s", libPath)
|
||||||
loadLibErr = nil
|
loadLibErr = nil
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user