Closed flute closed 6 years ago
I'm try to get mnemonic with privateKey, get error: TypeError: Invalid entropy
TypeError: Invalid entropy
privateKey like this: 0xbe03b2771ad49bac7dda1980687fdb1b5b4fce6a5ec7597923c3e3460687a576
0xbe03b2771ad49bac7dda1980687fdb1b5b4fce6a5ec7597923c3e3460687a576
my code like this:
const bip39 = require('bip39') let mnemonic = bip39.entropyToMnemonic(String(privateKey))
is there any mistake i make?
0x
I'm try to get mnemonic with privateKey, get error:
TypeError: Invalid entropy
privateKey like this:
0xbe03b2771ad49bac7dda1980687fdb1b5b4fce6a5ec7597923c3e3460687a576
my code like this:
is there any mistake i make?