Fixed type (#121)

Co-authored-by: Evgeny Svirsky <evgeny@cere.io>
This commit is contained in:
Evgeny
2020-10-23 13:28:56 +03:00
committed by GitHub
parent e8cfce5ede
commit 6bdeda218c

View File

@@ -12,7 +12,7 @@ Use it -
```js
const { u8aToHex } = require('@polkadot/util');
const { bio39Generate, bip39ToSeed, waitReady } = require('@polkadot/wasm-crypto');
const { bip39Generate, bip39ToSeed, waitReady } = require('@polkadot/wasm-crypto');
async function main () {
// first wait until the WASM has been loaded (async init)