mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
corrected amount of used gas for CallToNameRegistratorOutOfGas
This commit is contained in:
parent
222068b9ba
commit
72853c4382
1 changed files with 2 additions and 2 deletions
|
|
@ -281,7 +281,7 @@
|
|||
"origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
|
||||
"value" : "100000"
|
||||
},
|
||||
"gas" : "865",
|
||||
"gas" : "764",
|
||||
"out" : "0x",
|
||||
"post" : {
|
||||
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
|
||||
|
|
@ -1003,7 +1003,7 @@
|
|||
"gas" : "10000",
|
||||
"gasPrice" : "100000000000000",
|
||||
"origin" : "cd1722f3947def4cf144679da39c4c32bdc35681",
|
||||
"value" : "1000000000000000000"
|
||||
"value" : "100"
|
||||
},
|
||||
"gas" : "9792",
|
||||
"out" : "0x",
|
||||
|
|
|
|||
Loading…
Reference in a new issue