Skip to content

Commit

Permalink
fix pool tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antiochp committed Mar 2, 2020
1 parent c71bc03 commit aabc01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl ChainAdapter {
utxo_sum,
kernel_sum,
};
batch.save_block_sums(&header.hash(), &block_sums).unwrap();
batch.save_block_sums(&header.hash(), block_sums).unwrap();

batch.commit().unwrap();

Expand Down

0 comments on commit aabc01b

Please sign in to comment.