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
else
#if ETH_DEBUG
skipped++;
#endif
if (n == end)

Loading…
Cancel
Save