clear debug code

This commit is contained in:
代码之美 2020-09-01 18:33:23 +08:00 committed by GitHub
parent 2942286610
commit 79e7b9d399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -892,7 +892,5 @@ class Contract
$status = is_bool($status); $status = is_bool($status);
$this->eth->batch($status); $this->eth->batch($status);
echo "isbat:" . $this->eth->getProvider()->getIsBatch() . PHP_EOL;
exit();
} }
} }