Skip to content

Commit

Permalink
Fixes build.
Browse files Browse the repository at this point in the history
  • Loading branch information
esdrubal committed Aug 13, 2024
1 parent 67b8ac0 commit 22daf4b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"programType": "contract",
"specVersion": "1",
"encodingVersion": "1",
"concreteTypes": [
{
"concreteTypeId": "1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0",
"type": "u64"
"type": "bool",
"concreteTypeId": "b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903"
}
],
"configurables": [],
"encodingVersion": "1",
"metadataTypes": [],
"functions": [
{
"attributes": null,
"inputs": [],
"name": "main",
"output": "1506e6f44c1d6291cdf46395a8e573276a4fa79e8ace3fc891e092ef32d1b0a0"
"name": "test_function",
"output": "b760f44fa5965c2474a3b471467a22c43185152129295af588b022ae50b50903",
"attributes": null
}
],
"loggedTypes": [],
"messagesTypes": [],
"metadataTypes": [],
"programType": "script",
"specVersion": "1"
"configurables": []
}
2 changes: 1 addition & 1 deletion sway-lib-std/src/execution.sw
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ pub fn run_external2(load_target1: ContractId, load_target2: ContractId) -> ! {
sw hp ssp_saved i0;
}
__jmp_mem()
}
}

0 comments on commit 22daf4b

Please sign in to comment.