Browse Source

fixed merge bug

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
be820a55fc
  1. 1
      libethereum/Client.cpp

1
libethereum/Client.cpp

@ -634,7 +634,6 @@ LogEntries Client::logs(LogFilter const& _f) const
} }
#if ETH_DEBUG #if ETH_DEBUG
else else
#if ETH_DEBUG
skipped++; skipped++;
#endif #endif
if (n == end) if (n == end)

Loading…
Cancel
Save