Updated guzzle version in composer + miner update in tests
This commit is contained in:
parent
d69ce96a64
commit
9c073e9d5b
@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"guzzlehttp/guzzle": "~6.0",
|
"guzzlehttp/guzzle": "~7.0",
|
||||||
"PHP": "^7.1",
|
"PHP": "^7.1",
|
||||||
"kornrunner/keccak": "~1.0",
|
"kornrunner/keccak": "~1.0",
|
||||||
"phpseclib/phpseclib": "~2.0.11",
|
"phpseclib/phpseclib": "~2.0.11",
|
||||||
|
@ -175,7 +175,7 @@ class PersonalApiTest extends TestCase
|
|||||||
$this->web3->eth->sendTransaction([
|
$this->web3->eth->sendTransaction([
|
||||||
'from' => $this->coinbase,
|
'from' => $this->coinbase,
|
||||||
'to' => $this->newAccount,
|
'to' => $this->newAccount,
|
||||||
'value' => '0xfffffffff',
|
'value' => '0xfffffffffffff',
|
||||||
], function ($err, $transaction) {
|
], function ($err, $transaction) {
|
||||||
if ($err !== null) {
|
if ($err !== null) {
|
||||||
return $this->fail($err->getMessage());
|
return $this->fail($err->getMessage());
|
||||||
|
Loading…
Reference in New Issue
Block a user