add debug log

This commit is contained in:
ssallam 2021-01-18 16:18:28 +01:00
parent 057553b7f0
commit 50c5ac247c
1 changed files with 3 additions and 0 deletions

View File

@ -238,6 +238,9 @@ export function createPoolTransaction(
event_type: string,
userAddress: string
): void {
debuglog('createPoolTransaction', event, [])
const poolId = event.address.toHex()
const pool = PoolEntity.load(poolId)
const ptx = event.transaction.hash.toHexString()