From 2a71daec0ac4b55f150a8f87f4dbfe3ee5e5b79f Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 20 Apr 2020 16:35:12 -0400 Subject: [PATCH] Address comments for cli wallet quickstart --- _core/smart/cli-wallet-quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_core/smart/cli-wallet-quickstart.md b/_core/smart/cli-wallet-quickstart.md index 9d49f927..b1186d0d 100644 --- a/_core/smart/cli-wallet-quickstart.md +++ b/_core/smart/cli-wallet-quickstart.md @@ -69,9 +69,9 @@ In order to send tokens, we will need 5 parameters. **Recipient Address** - The Stacks address of the recipient -**Amount** - The number of Stacks to send denoted in microstacks (1 STX = 1000000 mSTX) +**Amount** - The number of Stacks to send denoted in microstacks (1 STX = 1000000 microstacks) -**Fee Rate** - The transaction fee you are willing to pay send this transaction. Denoted in microstacks per byte. For Testnet use, you can simply set a fee rate of 1. +**Fee Rate** - The transaction fee rate for this transaction. You can safely set a fee rate of 1 for Testnet. **Nonce** - The nonce is a number that needs to be incremented monotonically for each transaction from the account. This ensures transactions are not duplicated.