Small stylistic tweaks

This commit is contained in:
Fabio Berger
2018-06-25 23:07:27 +02:00
parent 3d56817da1
commit 6bb2203f79
3 changed files with 1 additions and 11 deletions

View File

@@ -41,7 +41,6 @@ declare module 'eth-lightwallet' {
public exportPrivateKey(address: string, pwDerivedKey: Uint8Array): string;
public getAddresses(): string[];
}
interface VaultOptions {
password: string;
seedPhrase: string;