mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-01 18:50:09 +02:00
aezeed/errors: add missing space in error message
This commit is contained in:
parent
05d1d4e845
commit
8c5543d701
@ -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…
x
Reference in New Issue
Block a user