simplify when block_sums and spent_index are added to the db (#3253)
* simplify when block_sums and spent_index are added to the db * fix pool tests * cleanup
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user