Skip to content

Commit f5452ca

Browse files
committed
cleanup
1 parent ad3a047 commit f5452ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/wasm/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ export async function generateViewingKey(
3636
if (!(await wasmExportsPromise)) {
3737
throw new Error('WASM module not initialized');
3838
}
39-
40-
// Convert Uint8Array to a format compatible with Rust (handled by wasm-bindgen)
41-
// Assuming wasm-bindgen handles the conversion automatically
4239
const spendingKey = new UnifiedSpendingKey(network, seed, account);
4340
return spendingKey.to_unified_full_viewing_key();
4441
}

0 commit comments

Comments
 (0)