Skip to content

Commit

Permalink
fixup! Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
runtian-zhou committed Jan 31, 2025
1 parent df5cef1 commit 61d0ac5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to the Aptos TypeScript SDK will be captured in this file. This changelog is written by hand for now. It adheres to the format set out by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

# Unreleased
- [`Breaking`] Add new new `scriptComposer` api in transactionSubmission api to allow SDK callers to invoke multiple Move functions inside a same transaction and compose the calls dynamically.
- [`Breaking`] Add new `scriptComposer` api in transactionSubmission api to allow SDK callers to invoke multiple Move functions inside a same transaction and compose the calls dynamically.

# 1.33.2 (2025-01-22)

Expand Down
2 changes: 1 addition & 1 deletion src/api/transactionSubmission/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class Build {
options?: InputGenerateTransactionOptions;
withFeePayer?: boolean;
}): Promise<SimpleTransaction> {
let composer = new AptosScriptComposer(this.config);
const composer = new AptosScriptComposer(this.config);
await composer.init();
const builder = await args.builder(composer);
const bytes = builder.build();
Expand Down
14 changes: 0 additions & 14 deletions src/transactions/scriptComposer/callArgument.ts

This file was deleted.

0 comments on commit 61d0ac5

Please sign in to comment.