summaryrefslogtreecommitdiff
path: root/op_crates/crypto/01_crypto.js
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates/crypto/01_crypto.js')
-rw-r--r--op_crates/crypto/01_crypto.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/crypto/01_crypto.js b/op_crates/crypto/01_crypto.js
index ce13dc74c..f0cb1d823 100644
--- a/op_crates/crypto/01_crypto.js
+++ b/op_crates/crypto/01_crypto.js
@@ -37,7 +37,7 @@
arrayBufferView.byteOffset,
arrayBufferView.byteLength,
);
- core.jsonOpSync("op_crypto_get_random_values", {}, ui8);
+ core.jsonOpSync("op_crypto_get_random_values", null, ui8);
return arrayBufferView;
}