vulpemventures / go-secp256k1-zkp

Go bindings for the Elements' secp256k1-zkp C library.
MIT License
1 stars 5 forks source link

Fix for go version >= 1.15 #7

Closed altafan closed 3 years ago

altafan commented 3 years ago

This adds fix of CType_struct var declaration. The way it was done before this PR causes error if using go with version >= 1.15.3.