blockchain-explorer
blockchain-explorer copied to clipboard
Argument of type 'unknown' is not assignable to parameter of type 'string'.
trafficstars
app/platform/fabric/FabricClient.ts Error at line # 60 (highligted in bold)
try { // Use Gateway to connect to fabric network this.fabricGateway = new FabricGateway(this.config); await this.fabricGateway.initialize(); } catch (error) { // TODO in case of the failure, should terminate explorer? logger.error(error); throw new ExplorerError(error); }
Logged an issue on JIRA and raised PR: JIRA: https://jira.hyperledger.org/browse/BE-984 PR: https://github.com/hyperledger/blockchain-explorer/pull/294
Hi @tohammad, Please log an issue & raise the PR here. Thanks.