add comment about migration needing to create ETH address 0

This commit is contained in:
vyzo 2022-11-11 05:20:48 +02:00
parent 245e5705da
commit 5a5936c3c7

View File

@ -1559,6 +1559,7 @@ func UpgradeActorsV10(ctx context.Context, sm *stmgr.StateManager, cache stmgr.M
// TODO migration // TODO migration
// - state tree migration to v5; must set predictable addresses for all account actors // - state tree migration to v5; must set predictable addresses for all account actors
// - create EAM actor // - create EAM actor
// - create ETH address 0x00..., defined by spec.
return cid.Undef, fmt.Errorf("IMPLEMENTME: v10 migration") return cid.Undef, fmt.Errorf("IMPLEMENTME: v10 migration")
} }