Merge branch '3110-featuredlt-connector-gradido-transaktionen-auf-tangle-senden-und-empfangen' of github.com:gradido/gradido into 3110-featuredlt-connector-gradido-transaktionen-auf-tangle-senden-und-empfangen

This commit is contained in:
Claus-Peter Huebner 2023-08-16 00:06:38 +02:00
commit 79620ba3e0
2 changed files with 1 additions and 3 deletions

View File

@ -23,7 +23,7 @@ KLICKTIPP_APIKEY_EN=SomeFakeKeyEN
# DltConnector
DLT_CONNECTOR=true
DLT_CONNECTOR_URL=http://localhost:6000
DLT_CONNECTOR_URL=http://localhost:6010
# Community
COMMUNITY_NAME=Gradido Entwicklung

View File

@ -35,8 +35,6 @@ export async function sendTransactionsToDltConnector(): Promise<void> {
return
}
dltTx.messageId = dltMessageId.toString('hex')
dltTx.verified = true
dltTx.verifiedAt = new Date()
await DltTransaction.save(dltTx)
logger.info('store messageId=%s in dltTx=%d', dltTx.messageId, dltTx.id)
} catch (e) {