Skip to content

Commit

Permalink
Apply suggested fix for typo in file name
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Galazyn <228866+carbolymer@users.noreply.github.com>
  • Loading branch information
palas and carbolymer committed Apr 25, 2024
1 parent a0263e7 commit 0a59663
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ makeActivityChangeProposal execConfig epochStateView configurationFile socketPat
, P.signingKeyFile = stakeSKeyFp
}

proposalAnchorFile <- H.note $ baseDir </> "sample-proposFal-anchor"
proposalAnchorFile <- H.note $ baseDir </> "sample-proposal-anchor"
H.writeFile proposalAnchorFile "dummy anchor data"

proposalAnchorDataHash <- H.execCli' execConfig
Expand Down

0 comments on commit 0a59663

Please sign in to comment.