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: standardize memo type handling in Stellar transactions
- Updated tests and implementation to use the new MemoType type for memoType fields in Stellar transactions.
- Replaced string comparisons with MemoType constants to ensure consistency and type safety across the codebase.
- Adjusted related tests to reflect the changes in memoType assertions.
0 commit comments