diff --git a/content/systems/filecoin_vm/sysactors/_index.md b/content/systems/filecoin_vm/sysactors/_index.md index 335cae9dd..a9ae8a58a 100644 --- a/content/systems/filecoin_vm/sysactors/_index.md +++ b/content/systems/filecoin_vm/sysactors/_index.md @@ -18,7 +18,9 @@ There are two system actors required for VM processing: - the [InitActor](sysactors#initactor), which initializes new actors and records the network name, and - the [CronActor](sysactors#cronactor), a scheduler actor that runs critical functions at every epoch. - There are another two actors that interact with the VM: + +There are another two actors that interact with the VM: + - the [AccountActor](sysactors#accountactor) responsible for user accounts (non-singleton), and - the [RewardActor](sysactors#rewardactor) for block reward and token vesting (singleton).