mark TODO for fixing policy stuffs in test

This commit is contained in:
vyzo 2022-04-08 13:52:29 +03:00
parent 2c9ea8c46b
commit 73e7c42b7e

View File

@ -418,7 +418,7 @@ func (n *Ensemble) Start() *Ensemble {
// nv, err := m.FullNode.FullNode.StateNetworkVersion(ctx, types.EmptyTSK)
// require.NoError(n.t, err)
// this doesn't currently work with the FVM -- we need to specify policy somehow
// TODO this doesn't currently work with the FVM -- we need to specify policy somehow
// proofType, err := miner.WindowPoStProofTypeFromSectorSize(m.options.sectorSize)
// require.NoError(n.t, err)
// so do this instead, which works: