Commit 3a1be8ab authored by Kelvin Fichter's avatar Kelvin Fichter

Fixed a bug in getting ETH address

parent 9b464f1d
...@@ -909,7 +909,7 @@ contract OVM_ExecutionManager is iOVM_ExecutionManager { ...@@ -909,7 +909,7 @@ contract OVM_ExecutionManager is iOVM_ExecutionManager {
) )
{ {
_checkAccountLoad(_address); _checkAccountLoad(_address);
ovmStateManager.getAccountEthAddress(_address); return ovmStateManager.getAccountEthAddress(_address);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment