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

[fix] #1409: missing interface removal

parent 41c20c9c
No related branches found
No related tags found
1 merge request!1308Resolve "Deprecated and now unused method lastBlockWithDividend()"
...@@ -15,8 +15,6 @@ export interface BlockchainDAO extends GenericDAO<DBBlock>, ForksDAO { ...@@ -15,8 +15,6 @@ export interface BlockchainDAO extends GenericDAO<DBBlock>, ForksDAO {
lastBlockOfIssuer(issuer: string): Promise<DBBlock | null>; lastBlockOfIssuer(issuer: string): Promise<DBBlock | null>;
lastBlockWithDividend(): Promise<DBBlock | null>;
getCountOfBlocksIssuedBy(issuer: string): Promise<number>; getCountOfBlocksIssuedBy(issuer: string): Promise<number>;
dropNonForkBlocksAbove(number: number): Promise<void>; dropNonForkBlocksAbove(number: number): Promise<void>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment