RLP encoding and decoding for requests

This commit is contained in:
Robert Habermeier
2017-03-06 12:21:06 +01:00
parent bbb50caa89
commit 41effadb94
3 changed files with 266 additions and 2 deletions

View File

@@ -24,7 +24,6 @@
//! - It stores only headers (and a pruned subset of them)
//! - To allow for flexibility in the database layout once that's incorporated.
// TODO: use DB instead of memory. DB Layout: just the contents of `candidates`/`headers`
//
use std::collections::{BTreeMap, HashMap};