From 58a364d8704ec8beb70a2cb769ca0df63a32847c Mon Sep 17 00:00:00 2001 From: SongJXin Date: Sat, 15 Jul 2023 09:13:53 +0800 Subject: [PATCH] Update _index.md (#1254) * Update _index.md * Prettier --write --------- Co-authored-by: smagdali Co-authored-by: Ian Davis --- content/systems/filecoin_vm/sysactors/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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).