Add a reminder comment

This commit is contained in:
Aayush Rajasekaran 2020-08-18 06:01:48 -04:00
parent 64e18131c1
commit 8942c02f28

View File

@ -850,6 +850,7 @@ func (sm *StateManager) setupGenesisActors(ctx context.Context) error {
}
} else if act.Code == builtin.AccountActorCodeID {
// should exclude burnt funds actor and "remainder account actor"
// should only ever be "faucet" accounts in testnets
kaddr, err := address.NewFromBytes([]byte(k))
if err != nil {