Skip to content

Commit

Permalink
Labels for some symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Aug 10, 2023
1 parent e12ad8f commit fe145e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions elrond-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ Storage maps byte arrays to byte arrays.
| "UpgradeFailed" [klabel(UpgradeFailed), symbol]
| "SimulateFailed" [klabel(SimulateFailed), symbol]
syntax VMOutput ::= ".VMOutput"
syntax VMOutput ::= ".VMOutput" [klabel(.VMOutput), symbol]
| VMOutput( returnCode: ReturnCode , returnMessage: Bytes , out: ListBytes, logs: List )
[klabel(VMOutput), symbol]
// ------------------------------------------------------------------
Expand All @@ -130,7 +131,7 @@ Storage maps byte arrays to byte arrays.
### Bytes Stack

```k
syntax BytesStack ::= List{Bytes, ":"}
syntax BytesStack ::= List{Bytes, ":"} [klabel('bytesStackList'), symbol]
// --------------------------------------
syntax BytesOp ::= #pushBytes ( Bytes )
Expand Down

0 comments on commit fe145e4

Please sign in to comment.