From 7870adaf713b7d4e2d29799a6429d1ff1e288b01 Mon Sep 17 00:00:00 2001 From: Mostafa Date: Thu, 29 Jan 2026 12:42:58 +0800 Subject: [PATCH] rename tx to send --- content/tutorials/pactus-wallet.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/tutorials/pactus-wallet.md b/content/tutorials/pactus-wallet.md index 5a64d09..f2c48e3 100644 --- a/content/tutorials/pactus-wallet.md +++ b/content/tutorials/pactus-wallet.md @@ -298,14 +298,14 @@ To create, sign, and broadcast a {{< os_tab >}} ```shell -./pactus-wallet tx transfer +./pactus-wallet send transfer ``` {{< /os_tab >}} {{< os_tab >}} ```shell -pactus-wallet.exe tx transfer +pactus-wallet.exe send transfer ``` {{< /os_tab >}} @@ -323,14 +323,14 @@ To create, sign, and broadcast a {{< os_tab >}} ```shell -./pactus-wallet tx bond +./pactus-wallet send bond ``` {{< /os_tab >}} {{< os_tab >}} ```shell -pactus-wallet.exe tx bond +pactus-wallet.exe send bond ``` {{< /os_tab >}} @@ -346,14 +346,14 @@ you need to provide the public key to create it: {{< os_tab >}} ```shell -./pactus-wallet tx bond --pub +./pactus-wallet send bond --pub ``` {{< /os_tab >}} {{< os_tab >}} ```shell -pactus-wallet.exe tx bond --pub +pactus-wallet.exe send bond --pub ``` {{< /os_tab >}} @@ -371,14 +371,14 @@ To create, sign, and broadcast a {{< os_tab >}} ```shell -./pactus-wallet tx unbond
+./pactus-wallet send unbond
``` {{< /os_tab >}} {{< os_tab >}} ```shell -pactus-wallet.exe tx unbond
+pactus-wallet.exe send unbond
``` {{< /os_tab >}} @@ -395,14 +395,14 @@ To create, sign, and broadcast a {{< os_tab >}} ```shell -./pactus-wallet tx withdraw +./pactus-wallet send withdraw ``` {{< /os_tab >}} {{< os_tab >}} ```shell -pactus-wallet.exe tx withdraw +pactus-wallet.exe send withdraw ``` {{< /os_tab >}}