Skip to content

Commit

Permalink
fix: not enough indexes for wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jul 30, 2024
1 parent 0ce6225 commit b40cf41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default function setupLocalPresetTaskFactory(
config.set('core.miner.enable', true);

// We need them to register masternodes
config.set('core.indexes', ['tx', 'address']);
config.set('core.indexes', ['tx', 'address', 'timestamp', 'spent']);

// Disable platform for the seed node
config.set('platform.enable', false);
Expand Down

0 comments on commit b40cf41

Please sign in to comment.