This commit is contained in:
alexcos20 2023-05-14 19:56:34 +03:00
parent 664714202b
commit c3ba5ee5b4
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export function handleNewSubscription(event: NewSubscription): void {
const id =
event.address.toHexString() +
'-' +
event.transaction.hash.toString() +
event.transaction.hash.toHexString() +
'-' +
event.logIndex.toString()
const newSubscription = new PredictSubscription(id)