Cleanup old code

This commit is contained in:
obscuren
2015-01-03 17:29:08 +01:00
parent ca1b2a1a91
commit bd0c267cbe
3 changed files with 7 additions and 14 deletions

View File

@ -30,11 +30,6 @@ type Environment interface {
Create(me ContextRef, addr, data []byte, gas, price, value *big.Int) ([]byte, error, ContextRef)
}
type Object interface {
GetStorage(key *big.Int) *ethutil.Value
SetStorage(key *big.Int, value *ethutil.Value)
}
type Account interface {
SubBalance(amount *big.Int)
AddBalance(amount *big.Int)