Rocky S.

Results 4 comments of Rocky S.

I generate my seed with: ``` let seedBuffer = bip39.mnemonicToSeed(MNEMONIC_PRIVATE_SEED); let seed = Buffer.from(seedBuffer).toString('hex'); ``` However, in new version checkSeed() is failing. The length of my seed is 128 characters...

I did comment it out and everything seems fine, but tx now fails on publish with “bad work”

All good now, had a little bug in my code.

https://github.com/everping/Linkedin-Authentication-Challenge