Skip to content

Commit

Permalink
Update build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
runtian-zhou authored Dec 11, 2024
1 parent 3cedbdd commit 02da21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/transactionSubmission/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class Build {
*
* async function runExample() {
* // Build a transaction from a chained series of Move calls.
* const transaction = await aptos.transaction.script_composer({
* const transaction = await aptos.transaction.build.scriptComposer({
* sender: "0x1", // replace with a real sender account address
* builder: builder: async (builder) => {
* const coin = await builder.addBatchedCalls({
Expand Down

0 comments on commit 02da21a

Please sign in to comment.