From 26d9ece94a489f5c13d43b6247ccf0ccd0f99e7f Mon Sep 17 00:00:00 2001 From: craigjson-aleo Date: Thu, 30 Nov 2023 15:53:09 -0500 Subject: [PATCH] update CLI doc --- .../testnet/getting_started/02_deploy_and_execute.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/testnet/getting_started/02_deploy_and_execute.md b/documentation/testnet/getting_started/02_deploy_and_execute.md index d453a868e..ca10649b0 100644 --- a/documentation/testnet/getting_started/02_deploy_and_execute.md +++ b/documentation/testnet/getting_started/02_deploy_and_execute.md @@ -112,6 +112,8 @@ Create an Aleo program deployment. - `fee` - The deployment fee in microcredits - optional - defaults to 0 - `record` - The record to spend the fee from +- `priority_fee` - The priority fee in microcredits, uses public balance if no record is specified + - optional - `display` - Display the generated transaction - optional - defaults to false - `broadcast` - Broadcast the transaction to a specified endpoint @@ -142,6 +144,8 @@ Create an Aleo program execution. - optional - `record` - The record to spend the fee from - optional +- `priority_fee` - The priority fee in microcredits, uses public balance if no record is specified + - optional - `display` - Display the generated transaction - optional - defaults to false - `broadcast` - Broadcast the transaction to a specified endpoint