Merge branch 'master' of https://github.com/haohetao/web3.php into master

This commit is contained in:
hetao 2020-10-01 14:10:39 +08:00
commit 79aafa21fa

View File

@ -107,7 +107,7 @@ class HttpProvider extends Provider implements IProvider
return call_user_func($callback, null, $res);
};
$this->requestManager->sendPayload('[' . implode(',', $this->batch) . ']', $proxy);
$this->methods[] = [];
$this->methods = [];
$this->batch = [];
}
}