Updated guzzle version in composer + miner update in tests

This commit is contained in:
janruls1 2020-10-09 16:55:10 +05:30
parent d69ce96a64
commit 9c073e9d5b
2 changed files with 16 additions and 16 deletions

View File

@ -10,7 +10,7 @@
}
],
"require": {
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/guzzle": "~7.0",
"PHP": "^7.1",
"kornrunner/keccak": "~1.0",
"phpseclib/phpseclib": "~2.0.11",

View File

@ -175,7 +175,7 @@ class PersonalApiTest extends TestCase
$this->web3->eth->sendTransaction([
'from' => $this->coinbase,
'to' => $this->newAccount,
'value' => '0xfffffffff',
'value' => '0xfffffffffffff',
], function ($err, $transaction) {
if ($err !== null) {
return $this->fail($err->getMessage());