aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/state_manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/state_manager.go')
-rw-r--r--ethchain/state_manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/state_manager.go b/ethchain/state_manager.go
index c42238e5c..027c6a085 100644
--- a/ethchain/state_manager.go
+++ b/ethchain/state_manager.go
@@ -208,7 +208,7 @@ func (sm *StateManager) Process(block *Block, dontReact bool) (err error) {
if ethutil.Config.Paranoia {
valid, _ := ethtrie.ParanoiaCheck(state.trie)
if !valid {
- err = fmt.Errorf("PARANOIA: World state trie comparison failed")
+ err = fmt.Errorf("PARANOIA: World state trie corruption")
}
}