We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04702e5 commit 0b85db2Copy full SHA for 0b85db2
clients/nodejs/wallet_grpc_client/index.js
@@ -90,10 +90,10 @@ module.exports = {
90
types: tariGrpc,
91
};
92
93
-(async () => {
94
- const a = Client.connect('localhost:18143');
95
- const {version} = await a.getVersion();
96
- console.log(version);
97
- const resp = await a.GetBlockHeightTransactions({block_height: 1550});
98
- console.log(resp);
99
-})()
+// (async () => {
+// const a = Client.connect('localhost:18143');
+// const {version} = await a.getVersion();
+// console.log(version);
+// const resp = await a.GetBlockHeightTransactions({block_height: 1550});
+// console.log(resp);
+// })()
0 commit comments