Skip to content

Commit

Permalink
cbor gen for datacap actor
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Sep 21, 2022
1 parent a7542b5 commit aa2fa06
Show file tree
Hide file tree
Showing 3 changed files with 1,174 additions and 2 deletions.
1 change: 1 addition & 0 deletions builtin/singletons.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var (
StoragePowerActorAddr = mustMakeAddress(4)
StorageMarketActorAddr = mustMakeAddress(5)
VerifiedRegistryActorAddr = mustMakeAddress(6)
DatacapActorAddr = mustMakeAddress(7)
// Distinguished AccountActor that is the destination of all burnt funds.
BurntFundsActorAddr = mustMakeAddress(99)
)
Expand Down
Loading

0 comments on commit aa2fa06

Please sign in to comment.