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 2301612 commit 5ca10e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extern/filecoin-ffi
Submodule filecoin-ffi updated 1 files
+8 −8 rust/Cargo.lock
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 5ca10e4

Please sign in to comment.