Loading src/dlt/gateway/dltApp/src/dltGateway.js +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ server.bindAsync(`0.0.0.0:${PORT}`, grpc.ServerCredentials.createInsecure(), asy } console.log(`gRPC server running at http://0.0.0.0:${PORT}`); await initChaincodeConnection(); //Connects to the chaincode and server.start(); server; }); // Handle shutdown gracefully Loading Loading
src/dlt/gateway/dltApp/src/dltGateway.js +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ server.bindAsync(`0.0.0.0:${PORT}`, grpc.ServerCredentials.createInsecure(), asy } console.log(`gRPC server running at http://0.0.0.0:${PORT}`); await initChaincodeConnection(); //Connects to the chaincode and server.start(); server; }); // Handle shutdown gracefully Loading