Skip to content
Snippets Groups Projects
Commit 28c0d789 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] #1409: missing interface removal

parent 3278f03a
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,6 @@ export interface BlockchainDAO extends GenericDAO<DBBlock>, ForksDAO {
lastBlockOfIssuer(issuer: string): Promise<DBBlock | null>;
lastBlockWithDividend(): Promise<DBBlock | null>;
getCountOfBlocksIssuedBy(issuer: string): Promise<number>;
dropNonForkBlocksAbove(number: number): Promise<void>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment