Skip to content

Commit

Permalink
fix: send transaction to wrapped method
Browse files Browse the repository at this point in the history
  • Loading branch information
yoojinko committed Sep 13, 2023
1 parent 227713e commit d01dd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ export default class Wallet extends ModuleBase{
throw new Error ("You need to add account");
}
txBody.address = signerAddress;
return await this.ain.sendTransaction(txBody);
return await this.sendTransaction(txBody);
}
}

0 comments on commit d01dd71

Please sign in to comment.