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
fix: deriveTransactionType defaults to CustomTx for non-transfer transactions
deriveTransactionType previously fell through to Send for any transaction
that didn't match a known staking or ATA pattern. This misclassified
custom transactions (e.g. boilerplate-only Memo+NonceAdvance txs) as Send.
Explicitly check for Transfer/TokenTransfer instructions before returning
Send. Everything else falls through to CustomTx, matching the legacy
getTransactionType behavior.
BTC-3102
0 commit comments