You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FIPS/fip-0055.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ For more details, refer to [FIP-0048].
165
165
166
166
#### State
167
167
168
-
This actor has no state.
168
+
This actor has no state. The actor's `Head` field in the state tree is the `EMPTY_ARR_CID` static value, defined as the CID of an empty CBOR byte string.
169
169
170
170
#### `Constructor` (method number `1`)
171
171
@@ -328,7 +328,7 @@ None.
328
328
329
329
#### State
330
330
331
-
None.
331
+
This actor has no state. The actor's `Head` field in the state tree is the `EMPTY_ARR_CID` static value, defined as the CID of an empty CBOR byte string.
0 commit comments