Skip to content

Commit 682e0f7

Browse files
committed
clarify empty actor state == EMPTY_ARR_CID in state tree
1 parent 007f126 commit 682e0f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FIPS/fip-0055.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ For more details, refer to [FIP-0048].
165165

166166
#### State
167167

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.
169169

170170
#### `Constructor` (method number `1`)
171171

@@ -328,7 +328,7 @@ None.
328328

329329
#### State
330330

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.
332332

333333
## Design Rationale
334334

0 commit comments

Comments
 (0)