Configurable threshold for esplora tip check

This commit is contained in:
Mononaut
2024-05-12 00:35:25 +00:00
parent 6bf47f69eb
commit 568084e143
7 changed files with 14 additions and 5 deletions

View File

@@ -63,6 +63,7 @@ describe('Mempool Backend Config', () => {
REQUEST_TIMEOUT: 10000,
FALLBACK_TIMEOUT: 5000,
FALLBACK: [],
MAX_BEHIND_TIP: 2,
});
expect(config.CORE_RPC).toStrictEqual({