Hi,
We have a problem to import a mnemonic in node using goal command.
The error is:
Problem with mnemonic: "xxxxx, is not in the words list
where xxxxx is a correct word.
Any suggestions ?
Hi,
We have a problem to import a mnemonic in node using goal command.
The error is:
Problem with mnemonic: "xxxxx, is not in the words list
where xxxxx is a correct word.
Any suggestions ?
Solved!
The problem is a copy function of address from MyAlgoWallet , that use as a word separator ‘,’ but goal import use a ‘space’ separator. Removing the ‘,’ to import.
Thank’s