Skip to content

Commit bb9ec46

Browse files
committed
simplify
1 parent a2c8d6b commit bb9ec46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/gov/client/cli/prompt.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func (p *proposalTypes) Prompt(cdc codec.Codec) (*proposal, ProposalMetadata, er
121121
if err != nil {
122122
return nil, metadata, fmt.Errorf("failed to set proposal metadata: %w", err)
123123
}
124-
proposal.Metadata = fmt.Sprintf("ipfs://<%s CID>", draftMetadataFileName)
124+
proposal.Metadata = "ipfs://CID"
125125

126126
// set deposit
127127
depositPrompt := promptui.Prompt{

0 commit comments

Comments
 (0)