namereg event

This commit is contained in:
Ethan Buchman
2015-08-02 22:29:35 -04:00
parent bff06ac657
commit 9b69894180
6 changed files with 67 additions and 9 deletions
+1
View File
@@ -773,6 +773,7 @@ func (vm *VM) call(caller, callee *Account, code, input []byte, value int64, gas
if err != nil {
exception = err.Error()
}
// NOTE: these fire call events and not particular events for eg name reg or permissions
vm.fireCallEvent(&exception, &ret, callee, &Account{Address: addr}, args, value, gas)
} else {
// EVM contract