Skip to content

Commit

Permalink
Update src/lib/mina/test/dynamic-call.unit-test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude authored May 6, 2024
1 parent 8d7a2e0 commit 271ec6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/mina/test/dynamic-call.unit-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Caller extends SmartContract {
}

// subcontract to call. this property is changed below
// TODO: having to set this property is a hack, it would be nice to
// TODO: having to set this property is a hack, it would be nice to pass the contract as parameter
static Subcontract: new (...args: any) => Subcontract = SubcontractA;
}

Expand Down

0 comments on commit 271ec6f

Please sign in to comment.