Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Sep 18, 2022
1 parent a2c8d6b commit bb9ec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gov/client/cli/prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (p *proposalTypes) Prompt(cdc codec.Codec) (*proposal, ProposalMetadata, er
if err != nil {
return nil, metadata, fmt.Errorf("failed to set proposal metadata: %w", err)
}
proposal.Metadata = fmt.Sprintf("ipfs://<%s CID>", draftMetadataFileName)
proposal.Metadata = "ipfs://CID"

// set deposit
depositPrompt := promptui.Prompt{
Expand Down

0 comments on commit bb9ec46

Please sign in to comment.