@ -141,8 +141,13 @@ func (self *StateTransition) TransitionState() (err error) {
// XXX Transactions after this point are considered valid.
defer func() {
self.state.UpdateStateObject(sender)
self.state.UpdateStateObject(receiver)
if sender != nil {
}
if receiver != nil {
}()
// Increment the nonce for the next transaction