Store block first seen time in block audits

This commit is contained in:
natsoni
2024-10-04 21:54:13 +09:00
parent 67295c1b9b
commit 1a75e3e317
8 changed files with 65 additions and 12 deletions

View File

@@ -73,7 +73,8 @@ describe('Mempool Backend Config', () => {
PASSWORD: 'mempool',
TIMEOUT: 60000,
COOKIE: false,
COOKIE_PATH: '/bitcoin/.cookie'
COOKIE_PATH: '/bitcoin/.cookie',
DEBUG_LOG_PATH: '',
});
expect(config.SECOND_CORE_RPC).toStrictEqual({