Skip to content

Commit 0c7f510

Browse files
committed
update fixtures
1 parent c504a17 commit 0c7f510

File tree

3 files changed

+589
-551
lines changed

3 files changed

+589
-551
lines changed

packages/cashscript/src/advanced/LibauthTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export const getLibauthTemplates = (
417417

418418
// Find matching function and index from contract.unlock Object, this uses Function Reference Comparison.
419419
// Generate unique scenario identifier by combining contract name, function name and counter
420-
const baseIdentifier = `${contract.artifact.contractName}_${abiFunction.name}Evaluate`;
420+
const baseIdentifier = `${contract.artifact.contractName}_${abiFunction.name}_evaluate`;
421421
let scenarioIdentifier = baseIdentifier;
422422
let counter = 0;
423423

0 commit comments

Comments
 (0)