You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: 29 17:26:27, common:500] panicked at 'index out of bounds: the len is 2 but the index is 2', mm2src\coins\utxo\utxo_common.rs:3119:29
The above error is probably related to an incorrect deserialization of a transaction, it would be good to add more logs to catch more info about such cases in the future. It would also be good to add a length check here
Looks like #1915 fixes the panic issue. The komodo desktop issue was seemingly purged.
Should we close this issue then? (unless we can retrieve the komodo desktop issue).
This issue is transferred from komodo-wallet-desktop to here. Original issue https://github.com/KomodoPlatform/komodo-wallet-desktop/issues/2317.
Error:
29 17:26:27, common:500] panicked at 'index out of bounds: the len is 2 but the index is 2', mm2src\coins\utxo\utxo_common.rs:3119:29
The above error is probably related to an incorrect deserialization of a transaction, it would be good to add more logs to catch more info about such cases in the future. It would also be good to add a length check here
komodo-defi-framework/mm2src/coins/utxo/utxo_common.rs
Line 3119 in cbf312d
The text was updated successfully, but these errors were encountered: