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
The token spec is meant to be use to generate a token client to call into token contract that implements the token spec. If a user uploads the token spec and tries to call into it, the contract will panic! with an error message, but that message won't propagate up because it isn't using panic_with_error!, making a simple bug difficult to debug.
The text was updated successfully, but these errors were encountered:
Related to stellar/soroban-examples#199.
The token spec is meant to be use to generate a token client to call into token contract that implements the token spec. If a user uploads the token spec and tries to call into it, the contract will
panic!
with an error message, but that message won't propagate up because it isn't usingpanic_with_error!
, making a simple bug difficult to debug.The text was updated successfully, but these errors were encountered: