mirror of
https://github.com/EvernodeXRPL/hp-devkit.git
synced 2026-04-29 15:37:58 +00:00
Added force terminate to the multisig template (#33)
This commit is contained in:
@@ -47,4 +47,4 @@ async function contract(ctx) {
|
||||
}
|
||||
|
||||
const hpc = new HotPocket.Contract();
|
||||
hpc.init(contract);
|
||||
hpc.init(contract, null, true);
|
||||
Reference in New Issue
Block a user