From ac4663ef6be90cec3822dce20755c845167f8b3f Mon Sep 17 00:00:00 2001 From: Nando Vieira Date: Mon, 7 Oct 2024 12:02:11 -0700 Subject: [PATCH] Fix cookbook. --- cookbook/contract-lifecycle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/contract-lifecycle.mdx b/cookbook/contract-lifecycle.mdx index b64262b345..e38a233de4 100644 --- a/cookbook/contract-lifecycle.mdx +++ b/cookbook/contract-lifecycle.mdx @@ -47,7 +47,7 @@ stellar contract invoke --id --source alice --network testnet -- f 6. View the contract's state: ```bash -stellar contract read --id --network testnet --source alice --durability --key +stellar contract read --id --network testnet --durability --key ``` Note: `` is either `persistent` or `temporary`. `KEY` provides the key of the storage entry being read.