diff options
Diffstat (limited to 'mist/debugger.go')
-rw-r--r-- | mist/debugger.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mist/debugger.go b/mist/debugger.go index f364a487e..f81cddb1b 100644 --- a/mist/debugger.go +++ b/mist/debugger.go @@ -131,7 +131,7 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data self.SetAsm(script) - block := self.lib.eth.BlockChain().CurrentBlock + block := self.lib.eth.ChainManager().CurrentBlock callerClosure := vm.NewClosure(ðstate.Message{}, account, contract, script, gas, gasPrice) env := utils.NewEnv(state, block, account.Address(), value) |