Skip to content

Commit

Permalink
cli: write seed shares on first set
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jun 26, 2024
1 parent 6f334b9 commit 40ea106
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cli/cmd/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@ func runSet(cmd *cobra.Command, args []string) error {
if err != nil {
return fmt.Errorf("marshaling seed shares: %w", err)
}
// TODO(katexochen): feat#recovery add file once feature is ready.
_ = seedShareFile
// filelist[seedSharesFilename] = seedShareFile
filelist[seedSharesFilename] = seedShareFile
}

if err := writeFilelist(flags.workspaceDir, filelist); err != nil {
Expand Down

0 comments on commit 40ea106

Please sign in to comment.