Merge branch 'master' into nymkappa/bugfix/index-blocks-prices-often
This commit is contained in:
@@ -593,7 +593,7 @@ class Blocks {
|
||||
|
||||
// Index the response if needed
|
||||
if (Common.blocksSummariesIndexingEnabled() === true) {
|
||||
await BlocksSummariesRepository.$saveSummary(block.height, summary, null);
|
||||
await BlocksSummariesRepository.$saveSummary({height: block.height, mined: summary});
|
||||
}
|
||||
|
||||
return summary.transactions;
|
||||
|
||||
Reference in New Issue
Block a user