Merge branch 'feature/bitcoin-indexer' into feat/runes-module

This commit is contained in:
Gaze
2024-04-17 16:19:00 +07:00

View File

@@ -122,6 +122,9 @@ func runHandler(opts *runCmdOptions, cmd *cobra.Command, _ []string) error {
logger.ErrorContext(ctx, "Failed to run Bitcoin Indexer", slogx.Error(err))
}
}()
// stop main process if Bitcoin Indexer failed
stop()
}
// Initialize Runes Indexer