blockchain-explorer icon indicating copy to clipboard operation
blockchain-explorer copied to clipboard

Argument of type 'unknown' is not assignable to parameter of type 'string'.

Open tohammad opened this issue 3 years ago • 2 comments
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); }

tohammad avatar Apr 26 '22 09:04 tohammad

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

tohammad avatar Apr 26 '22 11:04 tohammad

Hi @tohammad, Please log an issue & raise the PR here. Thanks.

ArchanaArige avatar Sep 07 '23 05:09 ArchanaArige