capsule-corp-ternoa / ternoa-js

Ternoa JavaScript SDK to build on top of the Ternoa Chain ⚙️
https://docs.ternoa.network
Apache License 2.0
24 stars 11 forks source link

Remove generateAccount helper #163

Closed ipapandinas closed 1 year ago

ipapandinas commented 1 year ago

Describe the bug

Parameters are not spread to the mnemonicGenerate function inside the generateAccount helper. Otherwise it can lead to account creation duplicates.

To reproduce

Generate several seed phrases.

Expected behavior

To avoid ths wrong behaviour, mnemonicGenerate must be used with the following parameters:

mnemonicGenerate(12, true)

We are going to remove generateAccount helper since it is useless then.

Screenshots

No response

Desktop (please complete the following information)

No response

Smartphone (please complete the following information)

No response

Additional context

No response