Added force terminate to the multisig template (#33)

This commit is contained in:
Chalith Desaman
2024-03-15 17:59:11 +05:30
committed by GitHub
parent 1face50d32
commit e5446d2f99

View File

@@ -47,4 +47,4 @@ async function contract(ctx) {
}
const hpc = new HotPocket.Contract();
hpc.init(contract);
hpc.init(contract, null, true);