mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-12 14:13:07 +00:00
Previously, wallet submitted the transaction to the sequencer which rejected it with 'Duplicate account_ids found in message'. The user only saw 'Transaction not found in preconfigured amount of blocks' with no actionable feedback. Now wallet validates upfront and returns a clear error: 'Invalid transfer: --from and --to cannot be the same account' Fixes #264