set predictable address for account actors in genesis

This commit is contained in:
vyzo
2022-11-09 11:11:20 +02:00
parent 6bf7b0312e
commit 335d0bec3e
+1
View File
@@ -389,6 +389,7 @@ func MakeAccountActor(ctx context.Context, cst cbor.IpldStore, av actorstypes.Ve
Code: actcid,
Head: statecid,
Balance: bal,
Address: &addr,
}
return act, nil