Skip to content

Commit

Permalink
cleanup mandos
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Jun 21, 2024
1 parent 319c3d8 commit 8901b1b
Showing 1 changed file with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"balance": "0",
"code": "mxsc:../output/basic-features.mxsc.json"
},
"sc:second-to-be-called": {
"nonce": "0",
"balance": "0",
"code": "mxsc:../output/basic-features.mxsc.json"
},
"address:an_account": {
"nonce": "0",
"balance": "0"
Expand Down Expand Up @@ -68,27 +63,6 @@
"refund": "*"
}
},
{
"step": "scCall",
"id": "fill set mapper",
"tx": {
"from": "address:an_account",
"to": "sc:second-to-be-called",
"function": "fill_set_mapper",
"arguments": [
"5"
],
"gasLimit": "50,000,000",
"gasPrice": "0"
},
"expect": {
"out": [],
"status": "",
"logs": "*",
"gas": "*",
"refund": "*"
}
},
{
"step": "checkState",
"accounts": {
Expand All @@ -106,12 +80,6 @@
"storage": "*",
"code": "mxsc:../output/basic-features.mxsc.json"
},
"sc:second-to-be-called": {
"nonce": "0",
"balance": "0",
"storage": "*",
"code": "mxsc:../output/basic-features.mxsc.json"
},
"address:an_account": {
"nonce": "*",
"balance": "*",
Expand Down

0 comments on commit 8901b1b

Please sign in to comment.