diff --git a/libethereum/State.cpp b/libethereum/State.cpp index feb732882..539cb55f0 100644 --- a/libethereum/State.cpp +++ b/libethereum/State.cpp @@ -1102,7 +1102,7 @@ bool State::isTrieGood(bool _enforceRefs, bool _requireNoLeftOvers) const return false; } } - catch (InvalidTrie) + catch (InvalidTrie const&) { cwarn << "BAD TRIE" << (e ? "[enforced" : "[unenforced") << "refs]"; cnote << m_db.keys();