Skip to content

Commit

Permalink
fix: Restore protocol params fetcher init
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Mar 24, 2021
1 parent 48755c7 commit e86fc1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api-cardano-db-hasura/src/HasuraClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export class HasuraClient {
)
})
this.logger.debug('DB is in current era', { module: 'HasuraClient' })
await this.currentProtocolVersionFetcher.initialize()
await this.adaPotsToCalculateSupplyFetcher.initialize()
this.logger.info('Initialized', { module: 'HasuraClient' })
}
Expand Down

0 comments on commit e86fc1a

Please sign in to comment.