From fc3277862d94b24837272e95ae4b677f61e9e8c8 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Fri, 22 Sep 2023 09:12:42 -0400 Subject: [PATCH] 5 seconds by default --- src/pages/tutorials/create-an-nft/nft-tznft/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tutorials/create-an-nft/nft-tznft/index.md b/src/pages/tutorials/create-an-nft/nft-tznft/index.md index 5a9ad41b5..2319ecbd0 100644 --- a/src/pages/tutorials/create-an-nft/nft-tznft/index.md +++ b/src/pages/tutorials/create-an-nft/nft-tznft/index.md @@ -106,7 +106,7 @@ Make sure to start Docker Desktop after you install it. You can verify that the sandbox is running by running the command `docker ps` and looking for a container named `flextesa-sandbox`. To stop the container, run the command `tznft kill-sandbox`, but beware that stopping the container sets the sandbox back to its initial state, which removes any changes you made or contracts or tokens that you created. - Unlike the live Tezos networks, this sandbox bakes a new block every 5 seconds. + Unlike the live Tezos networks, this sandbox bakes a new block every 5 seconds, by default. Therefore, commands that you run on the sandbox can take a few seconds to complete. ## Create NFT metadata