Fixes for serializing entries over blobs and reorg into ledger

This commit is contained in:
Stephen Akridge
2018-05-10 13:01:42 -07:00
parent c9cd81319a
commit a80991f2b3
11 changed files with 143 additions and 116 deletions

View File

@@ -1,7 +1,7 @@
//! The `mint` module is a library for generating the chain's genesis block.
use entry::create_entry;
use entry::Entry;
use entry::create_entry;
use event::Event;
use hash::{hash, Hash};
use ring::rand::SystemRandom;