Fix errors

This commit is contained in:
morrigan
2019-11-12 14:07:25 +01:00
parent 26b112f712
commit 4d09d63a4a
5 changed files with 9 additions and 11 deletions

View File

@ -1,7 +1,7 @@
import { x25519 } from 'bcrypto';
import * as crypto from 'libp2p-crypto';
import { KeyPair } from "./xx";
import { KeyPair } from "./types/libp2p";
import { bytes } from "./types/basic";
export async function generateKeypair() : Promise<KeyPair> {