Browse Source

Clarify where to output of a tx appears

feat/new-clarity-onboarding
Friedger Müffke 4 years ago
committed by Alexander Graebe
parent
commit
7f637ee76f
  1. 2
      src/pages/write-smart-contracts/hello-world-tutorial.md

2
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 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 ```bash
(ok 42) (ok 42)

Loading…
Cancel
Save