Skip to content

Commit 01a5b7a

Browse files
authored
refactor(dpp): using deprecated param to init wasm module (#2399)
1 parent c5f5878 commit 01a5b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wasm-dpp/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const loadDppModule = async () => {
3535
let wasmUrl = URL.createObjectURL(blob);
3636
await init(wasmUrl);
3737
} else {
38-
dpp_module.initSync(bytes);
38+
dpp_module.initSync({ module: bytes });
3939
}
4040
}
4141

0 commit comments

Comments
 (0)