FISCO-BCOS / go-sdk

golang SDK of FISCO BCOS
Apache License 2.0
73 stars 57 forks source link

Windows环境下使用最新代码和最新动态库连接链环境时报错 #226

Open Duanraudon opened 1 year ago

Duanraudon commented 1 year ago

Windows环境下使用最新代码和最新动态库连接链环境时报错:

bcos_sdk_create failed with error: Throw location unknown (consider using BOOST_THROW_EXCEPTION) Dynamic exception type: struct boost::wrapexcept std::exception::what: use_private_key: no start line

请问这个问题该如何解决?

代码如下:

image

bxq2011hust commented 1 year ago

这个是没有适配c-sdk的关闭SSL的配置项,需要适配一下

bxq2011hust commented 1 year ago

https://github.com/FISCO-BCOS/go-sdk/pull/227