Skip to content

Commit

Permalink
update ffi to use lowercased synth challenges file name
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jul 13, 2023
1 parent 34996df commit 85b78f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/sealer/ffiwrapper/sealer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ func TestSealAndVerifySynth(t *testing.T) {
}
miner := abi.ActorID(123)

synthPorRepVProofsName := "SynPoRepVanillaProofs"
synthPorRepVProofsName := "syn-porep-vanilla-proofs.dat"

printFileList := func(stage string, expectSynthPorep bool) {
var hasSynthPorep bool
Expand Down

0 comments on commit 85b78f9

Please sign in to comment.