diff --git a/plugins/bnet_plugin/bnet_plugin.cpp b/plugins/bnet_plugin/bnet_plugin.cpp index 38c07f7e450e7962947cda2b102398fdfd68516d..41ac83f76911d9e388857e6f906f3170303dd6df 100644 --- a/plugins/bnet_plugin/bnet_plugin.cpp +++ b/plugins/bnet_plugin/bnet_plugin.cpp @@ -1475,7 +1475,7 @@ namespace eosio { if ( hi.protocol_version >= "1.0.1" ) { vector 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() ); }