mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 21:26:42 +00:00
Function rename
This commit is contained in:
parent
30f3e0d5c0
commit
5b4e1300a8
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ extern "C"
|
|||
|
||||
EXPORT void env_blockhash(ExtVMFace* _env, i256* _number, h256* o_hash)
|
||||
{
|
||||
*o_hash = _env->prevhash(llvm2eth(*_number));
|
||||
*o_hash = _env->blockhash(llvm2eth(*_number));
|
||||
}
|
||||
|
||||
EXPORT void env_create(ExtVMFace* _env, i256* io_gas, i256* _endowment, byte* _initBeg, uint64_t _initSize, h256* o_address)
|
||||
|
|
|
|||
Loading…
Reference in a new issue