提交 9a921d5f 编写于 作者: A Anton Perkov

delimeter in meta field changed to newline #4061

上级 e0420dba
......@@ -1475,7 +1475,7 @@ namespace eosio {
if ( hi.protocol_version >= "1.0.1" ) {
vector<string> params;
boost::split( params, hi.meta, boost::is_any_of(","));
boost::split( params, hi.meta, boost::is_any_of("\n"));
_remote_request_irreversible_only = ( find( params.begin(), params.end(), "irreversible_only" ) != params.end() );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册