Browse Source

style fix

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
c592fde8cf
  1. 3
      libethereum/BlockChain.h

3
libethereum/BlockChain.h

@ -81,7 +81,8 @@ using BlocksHash = std::unordered_map<h256, bytes>;
using TransactionHashes = h256s; using TransactionHashes = h256s;
using UncleHashes = h256s; using UncleHashes = h256s;
struct ImportRoute { struct ImportRoute
{
h256s deadBlocks; h256s deadBlocks;
h256s liveBlocks; h256s liveBlocks;
}; };

Loading…
Cancel
Save