Removed old code

This commit is contained in:
obscuren
2014-08-15 00:25:16 +02:00
parent 0fcc606569
commit c7ee9844bd
2 changed files with 12 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ type Manifest struct {
ObjectChanges map[string]*StateObject
StorageChanges map[string]map[string]*big.Int
Messages []*Message
Messages Messages
}
func NewManifest() *Manifest {
@@ -50,6 +50,7 @@ func (self *Manifest) AddMessage(msg *Message) *Message {
return msg
}
type Messages []*Message
type Message struct {
To, From []byte
Input []byte