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
If you call cargo contract instantiate with --output json there are a couple of
lines at the top of the output which a) aren't JSON and b) shouldn't be there.
If you call
cargo contract instantiate
with--output
json there are a couple oflines at the top of the output which a) aren't JSON and b) shouldn't be there.
Results in the following output:
The
Success! ...
line should be removed.Tested with
cargo-contract@3e24722
.The text was updated successfully, but these errors were encountered: