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
From my perspective it'd be great if the contract were that if Stellar::Memo.new returns a value, that value will be able to be serialized into XDR successfully.
The text was updated successfully, but these errors were encountered:
Stellar::Memo.new
seems to validate that the memo provided is the right data type:But it does not look at the value itself to validate length:
From my perspective it'd be great if the contract were that if
Stellar::Memo.new
returns a value, that value will be able to be serialized into XDR successfully.The text was updated successfully, but these errors were encountered: