Merge: Compiling at least

This commit is contained in:
yeastplume
2018-06-22 09:33:42 +01:00
parent d189770080
commit f058b14aea
8 changed files with 24 additions and 21 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ fn build_block(
b.header.clone().total_difficulty.to_num(),
);
let roots_result = chain.set_block_roots(&mut b, false);
let roots_result = chain.set_txhashset_roots(&mut b, false);
match roots_result {
Ok(_) => Ok((b, block_fees)),