Commit 7bef5cb9 authored by shajiaiming's avatar shajiaiming

fix

parent e92cd243
......@@ -191,14 +191,6 @@ class CrossChainController extends Controller
protected function queryTransaction($node_params, $send_result)
{
// static $result = [];
// $service = new Chain33Service($node_params);
// $result = $service->QueryTransaction($send_result);
// echo json_encode($result).PHP_EOL;
// if (isset($result['result']['tx']['next'])) {
// $this->queryTransaction($node_params, $result['result']['tx']['next']);
// }
// return $result;
static $result = [];
$service = new Chain33Service($node_params);
$result = $service->QueryTransaction($send_result);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment