gxchain / gxb-core

GXChain Blockchain implementation
https://www.gxchain.org
GNU General Public License v3.0
225 stars 78 forks source link

witness_node启动时,插件名称不存在时,未抛出错误日志,进程直接退出 #203

Closed RootkitKiller closed 4 years ago

RootkitKiller commented 4 years ago

错误描述:启动带txid反查插件的witness_node节点时,如果插件名称输入错误,进程直接退出,没有良好的错误日志反馈。

错误分支:master_plugin_version

修改方式:当插件名不存在时,抛出日志信息"Error: Trying to load a plugin that doesn't exist, the plugin name is ${plugin_name}."