Remove comment

This commit is contained in:
Belma Gutlic
2020-01-07 17:08:08 +01:00
parent 5be8f61599
commit d3a652aecb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import * as crypto from 'libp2p-crypto';
import {KeyPair, PeerId} from "../src/@types/libp2p";
import {bytes} from "../src/@types/basic";
export async function generateEd25519Keys() {
return await crypto.keys.generateKeyPair('ed25519');