错误展示:
Error: endorsement failure during query. response: status:500 message:“make sure the chaincode mycc has been successfully instantiated and try again: chaincode mycc not found”
参考博客
https://blog.csdn.net/Xiao__FengFeng/article/details/115482636
关于在脚本中设置沉睡时间
https://www.jb51.net/article/57198.htm
该博客解决了我这个问题
解决方案是在实例化链码后
在脚本文件中加上
sleep 15
因为实例化本身就需要一定的时间
fabric一些错误的解决
最新推荐文章于 2024-04-19 20:25:36 发布