Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #45 from klaytn/dev
Browse files Browse the repository at this point in the history
Fixed Aptos bug
  • Loading branch information
praveen-kaia authored Jan 11, 2024
2 parents f1f7ebd + e5c42ac commit 0c58438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aptos-tx-latency-measurement/sendtx_aptos.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ async function sendTx() {
data.endTime = end;
data.latency = end - start;
data.chainId = process.env.CHAIN_ID;
await client.waitForTransactionWithResult(txnHash)

var APTOStoUSD;

Expand Down

0 comments on commit 0c58438

Please sign in to comment.