Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcotech committed Jul 30, 2024
1 parent ceae0b1 commit 3dd62f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/Bank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class Bank implements Contract {
return new Bank(address);
}

static createFromConfig(Cell, workchain = 0) {
static createFromConfig(code: Cell, workchain = 0) {
const data = bankConfigToCell();
const init = { code, data };
return new Bank(contractAddress(workchain, init), init);
Expand Down

0 comments on commit 3dd62f9

Please sign in to comment.