diff --git a/docker/code-templates/nodejs/multisig-contract/src/contract.js b/docker/code-templates/nodejs/multisig-contract/src/contract.js index b2f540b..64e416c 100644 --- a/docker/code-templates/nodejs/multisig-contract/src/contract.js +++ b/docker/code-templates/nodejs/multisig-contract/src/contract.js @@ -47,4 +47,4 @@ async function contract(ctx) { } const hpc = new HotPocket.Contract(); -hpc.init(contract); \ No newline at end of file +hpc.init(contract, null, true); \ No newline at end of file