Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/prompt/prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func PublicPass(reader *bufio.Reader, privPass []byte,
// Seed prompts the user whether they want to use an existing wallet generation
// seed. When the user answers no, a seed will be generated and displayed to
// the user along with prompting them for confirmation. When the user answers
// yes, a the user is prompted for it. All prompts are repeated until the user
// yes, the user is prompted for it. All prompts are repeated until the user
// enters a valid response. The bool returned indicates if the wallet was
// restored from a given seed or not.
func Seed(reader *bufio.Reader) (seed []byte, imported bool, err error) {
Expand Down
2 changes: 1 addition & 1 deletion internal/rpchelp/helpdescs_en_US.go
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ var helpDescsEnUS = map[string]string{
"redeemmultisigoutresult-hex": "Resulting hash.",

// RedeemMultiSigouts help.
"redeemmultisigouts--synopsis": "Takes a hash, looks up all unspent outpoints and generates list artially signed transactions spending to either an address specified or internal addresses",
"redeemmultisigouts--synopsis": "Takes a hash, looks up all unspent outpoints and generates list of partially signed transactions spending to either an address specified or internal addresses"
"redeemmultisigouts-number": "Number of outpoints found.",
"redeemmultisigouts-toaddress": "Address to look for (if not internal addresses).",
"redeemmultisigouts-fromscraddress": "Input script hash address.",
Expand Down