Browse Source

non-paranoia fix.

cl-refactor
Gav Wood 11 years ago
parent
commit
bb602c92b6
  1. 2
      libethcore/TrieDB.cpp

2
libethcore/TrieDB.cpp

@ -159,7 +159,7 @@ void Overlay::kill(h256 _h)
cnote << "Decreasing DB node ref count below zero with no DB node. Probably have a corrupt Trie." << _h.abridged();
}
#else
BasicMap::kill(_h)
BasicMap::kill(_h);
#endif
}

Loading…
Cancel
Save