cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
755 stars 213 forks source link

check 24 word mnemonic for shared wallets #4633

Closed paweljakubas closed 1 week ago

paweljakubas commented 2 weeks ago

Comments

Issue Number

paolino commented 1 week ago

Found the problem. In ruby tests the (unencrypted) fixtures were expressed as a list of only one string. Separating them with a coma, solved. Thanks for checking!