提交 9414234e 编写于 作者: K Kevin Heifner

#372 - Change ilog to cout since all other usages are cout

上级 b1804199
......@@ -729,7 +729,7 @@ int main( int argc, char** argv ) {
for( const auto& s : subscopes )
trx.scope.emplace_back(s);
}
ilog("Transaction result:\n${r}", ("r", fc::json::to_pretty_string(push_transaction(trx, !skip_sign ))));
std::cout << fc::json::to_pretty_string(push_transaction(trx, !skip_sign )) << std::endl;
});
// push transaction
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册