Skip to content

Commit 30588da

Browse files
authored
minor update to devnet instructions in quickstart guide
1 parent 17ce6e7 commit 30588da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/guides/pages/quickstart/devnet.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ If successful, the result should resemble the following:
170170
----
171171
command: call
172172
response: [0x0]
173+
response_raw: [0x0]
173174
----
174175

175176
Invoking is used for write functions that modify their contract's storage, and submits a transaction to the network that changes its state. For example, you can invoke ``HelloStarknet``'s `increase_balance` function by running:
@@ -196,4 +197,5 @@ You can verify that your deployed contract's storage — and by extension, the s
196197
----
197198
command: call
198199
response: [0x2a]
200+
response_raw: [0x2a]
199201
----

0 commit comments

Comments
 (0)