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
This issue is stale because it has been assigned for 30 days with no activity. It will be closed in 90 days unless the stale label is removed, and the assignee is removed or updated.
What version are you using?
22.0.0-rc.1
What did you do?
Created a snapshot like so:
Then used the snapshot to create an environment for my contract test using
Env::from_ledger_snapshot_file
.Because
$myaccount
is a Stellar account, and the function tested on$contractid
results in a SAC transfer, the test failed with the following:This appears to be because trustlines are not saved to the snapshot file or are not loaded when creating the environment.
The text was updated successfully, but these errors were encountered: