提交 8d253db4 编写于 作者: A Andrianto Lie

Fix spacing

上级 9d28b51e
......@@ -991,7 +991,8 @@ int main( int argc, char** argv ) {
} else {
trx_var = fc::json::from_string(trx_to_push);
}
} EOS_CAPTURE_AND_RETHROW(transaction_type_exception, "Fail to parse transaction JSON") signed_transaction trx = trx_var.as<signed_transaction>();
} EOS_CAPTURE_AND_RETHROW(transaction_type_exception, "Fail to parse transaction JSON")
signed_transaction trx = trx_var.as<signed_transaction>();
auto trx_result = call(push_txn_func, packed_transaction(trx, packed_transaction::none));
std::cout << fc::json::to_pretty_string(trx_result) << std::endl;
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册