Skip to content

Commit

Permalink
deinit chain when closing
Browse files Browse the repository at this point in the history
  • Loading branch information
adrastaea committed Dec 11, 2024
1 parent f8375db commit 1a05bdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ export class ConnectionsManagerService extends EventEmitter implements OnModuleI
public async closeAllServices(options: { saveTor: boolean } = { saveTor: false }) {
this.logger.info('Saving active sigchain')
await this.saveActiveChain()
await this.sigChainService.deleteChain(this.sigChainService.activeChainTeamName!, false)

this.logger.info('Closing services')

Expand Down

0 comments on commit 1a05bdb

Please sign in to comment.