BenWestgate / bails-wallet

Auditable Implementation for creating & importing Codex32 backups to Bitcoin Core
MIT License
2 stars 0 forks source link

Wallet seed restored successfully displays when mismatched share sets are entered #14

Closed BenWestgate closed 2 months ago

BenWestgate commented 1 year ago

Entering the following 3 shares gave success when in reality the python backend failed. Must detect the mismatch ids and reject later ones different from earlier ones.

ms134uzk4k5smystn20dvgpunsu5gkf3fdx7z7vn58en975d ms134uzkv8qsn5q0wnlg2kf2dduhe7w7jvv5va3czywq57fh ms12sq40nux796hz9jm8stsz4pc6vzq0yevxkp0f352gdr2q

BenWestgate commented 1 year ago

It should refuse to accept subsequent shares as correct if the header does not match the first entered share.

github-actions[bot] commented 8 months ago

Stale issue message

github-actions[bot] commented 2 months ago

Stale issue message

BenWestgate commented 2 months ago

This was fixed in bails-wallet.sh and won't be an issue in the python bails-wallet