From be08c404e3716a54a91fb8182ca4bbb6e590c73a Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Sat, 9 May 2020 16:20:45 +0200
Subject: [PATCH] [fix] #1409: missing interface removal

---
 app/lib/dal/indexDAL/abstract/BlockchainDAO.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app/lib/dal/indexDAL/abstract/BlockchainDAO.ts b/app/lib/dal/indexDAL/abstract/BlockchainDAO.ts
index cbc15a3ff..def236f36 100644
--- a/app/lib/dal/indexDAL/abstract/BlockchainDAO.ts
+++ b/app/lib/dal/indexDAL/abstract/BlockchainDAO.ts
@@ -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>;
-- 
GitLab