Skip to content

Commit 0b85db2

Browse files
committed
Fix TransactionInfo
1 parent 04702e5 commit 0b85db2

File tree

1 file changed

+7
-7
lines changed
  • clients/nodejs/wallet_grpc_client

1 file changed

+7
-7
lines changed

clients/nodejs/wallet_grpc_client/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ module.exports = {
9090
types: tariGrpc,
9191
};
9292

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-
})()
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+
// })()

0 commit comments

Comments
 (0)