From a05d4cd96077ea4ebd9e9c28a48cb8df0ad65771 Mon Sep 17 00:00:00 2001 From: astinz <28899947+astinz@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:24:11 +0300 Subject: [PATCH] update README.. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 730ac360..e47d31b9 100644 --- a/README.md +++ b/README.md @@ -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) ```