HydraChain / hydrachain

Permissioned Distributed Ledger based on Ethereum
MIT License
358 stars 105 forks source link

Fix import errors processblock.InvalidTransaction #78

Open 4gn3s opened 8 years ago

4gn3s commented 8 years ago

InvalidTransaction is no longer defined in processblock, but in exceptions instead. Also removed an obsolete import (probably a left-over after debugging).