From 7f637ee76fc82e848a86372815a3c30d0091d724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedger=20M=C3=BCffke?= Date: Fri, 22 Jan 2021 11:31:41 +0100 Subject: [PATCH] Clarify where to output of a tx appears --- src/pages/write-smart-contracts/hello-world-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/write-smart-contracts/hello-world-tutorial.md b/src/pages/write-smart-contracts/hello-world-tutorial.md index aa82e24e..8571e93c 100644 --- a/src/pages/write-smart-contracts/hello-world-tutorial.md +++ b/src/pages/write-smart-contracts/hello-world-tutorial.md @@ -208,7 +208,7 @@ The command looks up the contract method definition on the network, identify tha 42 ``` -The method is now executed on the network. Once completed, the command responds with the value you just entered, `42`: +The method is now executed on the network. This can take a while. Once completed, the corresponding transaction contains the respond with the value you just entered, `42`: ```bash (ok 42)