Make digest compilation work.

This commit is contained in:
Gav
2018-02-04 22:29:58 +01:00
parent b125f72774
commit ba0746fd3c
9 changed files with 33 additions and 33 deletions
@@ -30,8 +30,6 @@ pub struct Environment {
pub block_number: BlockNumber,
/// The current block digest.
pub digest: Digest,
/// The number of log items in this block that have been accounted for so far.
pub next_log_index: usize,
}
/// Do something with the environment and return its value. Keep the function short.