Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaineHeffron committed May 30, 2024
1 parent d560018 commit 1988c64
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/e2e/src/test-contract-client-constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ const {
} = require("./util");
const { Address, contract } = require("../../..");

/**
* Generates a Client for the contract with the given name.
* Also generates a new account to use as as the keypair of this contract. This
* account is funded by friendbot. You can pass in an account to re-use the
* same account with multiple contract clients.
*
* By default, will re-deploy the contract every time. Pass in the same
* `contractId` again if you want to re-use the a contract instance.
*/
async function clientFromConstructor(
name,
{ keypair = generateFundedKeypair(), contractId } = {},
Expand Down

0 comments on commit 1988c64

Please sign in to comment.