Skip to content

Commit

Permalink
update README..
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz committed Sep 1, 2024
1 parent 3f9d6d7 commit a05d4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ val ptb = programmableTx {
}
}

// Sign the transaction and execute it
val txn = sui.signAndExecuteTransactionBlock(alice, pt)
// Sign and execute txn
val txn = sui.signAndExecuteTransactionBlock(alice, ptb)

```

Expand Down

0 comments on commit a05d4cd

Please sign in to comment.