Skip to content

Commit

Permalink
fix(trace): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HAOYUatHZ committed Jul 6, 2023
1 parent cec4bf4 commit 7d382c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/logger_trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func traceLastNAddressAccount(n int) traceFunc {
address := common.Address(stack.data[stack.len()-1-n].Bytes20())
state := getWrappedAccountForAddr(l, address)
extraData.StateList = append(extraData.StateList, state)
l.statesAffected[scope.Contract.Address()] = struct{}{}
l.statesAffected[address] = struct{}{}

return nil
}
Expand Down

0 comments on commit 7d382c6

Please sign in to comment.