mark TODO for fixing policy stuffs in test

This commit is contained in:
vyzo
2022-04-14 19:31:34 +03:00
parent 2c9ea8c46b
commit 73e7c42b7e
+1 -1
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: