File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -268,8 +268,8 @@ class ProgramManager {
268
268
*
269
269
* // Verify the transaction was successful.
270
270
* setTimeout(async () => {
271
- * const transaction = await programManager.networkClient.getTransaction(tx.id() );
272
- * assert(transaction.id() === tx.id() );
271
+ * const transaction = await programManager.networkClient.getTransaction(tx_id );
272
+ * assert(transaction.id() === tx_id );
273
273
* }, 20000);
274
274
*/
275
275
async deploy (
@@ -1309,6 +1309,7 @@ class ProgramManager {
1309
1309
* @param {string } staker_address Address of the staker who is claiming the credits
1310
1310
* @param {ExecuteOptions } options
1311
1311
* @returns {Promise<string> } The transaction id
1312
+ *
1312
1313
* @example
1313
1314
* // Import the mainnet version of the sdk.
1314
1315
* import { AleoKeyProvider, ProgramManager } from "@provablehq/sdk/mainnet.js";
You can’t perform that action at this time.
0 commit comments