Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Remove GenesisConfig.bounty() from types
Browse files Browse the repository at this point in the history
  • Loading branch information
styppo committed Feb 11, 2019
1 parent 790e7e9 commit 9e7980c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9e7980c

Please sign in to comment.