Skip to content

Commit 346dad0

Browse files
committed
README.md: reformat trace json
1 parent 7eb5654 commit 346dad0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,11 @@ curl -s http://localhost:8000 -H 'Content-Type: application/json' \
130130
"jsonrpc": "2.0",
131131
"id": 1,
132132
"result": [
133-
{"pos": null, "instr": ["callContract"],
134-
"from": {"type": "address", "addrType": "account", "value": "03a107bff3ce10be1d70dd18e74bc09967e4d6309ba50d5f1ddc8664125531b8"},
135-
"to": {"type": "address", "addrType": "contract", "value": "6a20fec1a9081773a5f23ce370f925f236346e510438ddd6d40f6b2711c134e0"},
136-
"function": "foo", "args":[], "depth":1, "storage":[]
133+
{
134+
"pos": null, "instr": ["callContract"],
135+
"from": {"type": "address", "addrType": "account", "value": "03a107bff3ce10be1d70dd18e74bc09967e4d6309ba50d5f1ddc8664125531b8"},
136+
"to": {"type": "address", "addrType": "contract", "value": "6a20fec1a9081773a5f23ce370f925f236346e510438ddd6d40f6b2711c134e0"},
137+
"function": "foo", "args":[], "depth":1, "storage":[]
137138
},
138139
{"pos": 3, "instr": ["const", "i32", 1048576], "stack": [], "locals": {}},
139140
{"pos": 11, "instr": ["const", "i32", 1048576], "stack": [], "locals": {}},

0 commit comments

Comments
 (0)