Skip to content

Commit 27b329c

Browse files
fixed typo in getDeploymentTransactionObjectForProgram
1 parent 8f248db commit 27b329c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/network-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ class AleoNetworkClient {
421421
* @param {Program | string} program
422422
* @returns {TransactionJSON}
423423
*/
424-
async getDeploymentTransactioObjectForProgram(program: Program | string): Promise<Transaction> {
424+
async getDeploymentTransactionObjectForProgram(program: Program | string): Promise<Transaction> {
425425
try {
426426
const transaction_id = <string>await this.getDeploymentTransactionIDForProgram(program);
427427
return await this.getTransactionObject(transaction_id);

0 commit comments

Comments
 (0)