mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
aezeed/errors: add missing space in error message
This commit is contained in:
committed by
Olaoluwa Osuntokun
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")
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user