@ -178,7 +178,7 @@ func (sm *StateManager) ApplyTransaction(state *State, block *Block, tx *Transac
err = fmt.Errorf("[STATE] Unable to create contract")
}
} else {
err = fmt.Errorf("[STATE] contract creation tx: %v", err)
err = fmt.Errorf("[STATE] contract creation tx: %v for sender %x", err, tx.Sender())
// Find the state object at the "recipient" address. If