From 9e7980cbebd83b16380053e6247b25710bdbd6eb Mon Sep 17 00:00:00 2001 From: styppo Date: Mon, 11 Feb 2019 10:32:33 -0600 Subject: [PATCH] Remove GenesisConfig.bounty() from types --- dist/types.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/types.d.ts b/dist/types.d.ts index a3704ef5b..ac81f5235 100644 --- a/dist/types.d.ts +++ b/dist/types.d.ts @@ -2963,7 +2963,6 @@ export class GenesisConfig { public static main(): void; public static test(): void; public static dev(): void; - public static bounty(): void; public static init(config: { NETWORK_ID: number, NETWORK_NAME: string, GENESIS_BLOCK: Block, GENESIS_ACCOUNTS: string, SEED_PEERS: PeerAddress[] }): void; public static networkIdToNetworkName(networkId: number): string; }