Liquid: add indexing process of Federation utxos

This commit is contained in:
natsee
2024-01-20 15:15:15 +01:00
parent 6671746fc5
commit 4b10e32e73
4 changed files with 443 additions and 14 deletions

View File

@@ -266,6 +266,7 @@ class Server {
blocks.setNewBlockCallback(async () => {
try {
await elementsParser.$parse();
await elementsParser.$updateFederationUtxos();
} catch (e) {
logger.warn('Elements parsing error: ' + (e instanceof Error ? e.message : e));
}