mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
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:
commit
79620ba3e0
@ -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
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user