|
@ -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; |
|
|
}; |
|
|
}; |
|
|