mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 22:11:41 +01:00
aezeed/errors: add missing space in error message
This commit is contained in:
parent
05d1d4e845
commit
8c5543d701
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ var (
|
|||
// ErrIncorrectMnemonic is returned if we detect that the checksum of
|
||||
// the specified mnemonic doesn't match. This indicates the user input
|
||||
// the wrong mnemonic.
|
||||
ErrIncorrectMnemonic = fmt.Errorf("mnemonic phrase checksum doesn't" +
|
||||
ErrIncorrectMnemonic = fmt.Errorf("mnemonic phrase checksum doesn't " +
|
||||
"match")
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue