1
This commit is contained in:
parent
f119d401fc
commit
51576cac03
@ -104,7 +104,7 @@ def statData():
|
|||||||
userHoldNums[value] = 1
|
userHoldNums[value] = 1
|
||||||
for row in nftTable:
|
for row in nftTable:
|
||||||
ownerAddress = row['owner_address'].lower()
|
ownerAddress = row['owner_address'].lower()
|
||||||
if ownerAddress != EMPTY_ADDRESS and ownerAddress != '' and row['token_type'] != 4:
|
if ownerAddress != EMPTY_ADDRESS and ownerAddress != '' and row['token_type'] != '4':
|
||||||
stat['nft_total'] += 1
|
stat['nft_total'] += 1
|
||||||
stat['nft_mint'] += 1
|
stat['nft_mint'] += 1
|
||||||
if ownerAddress not in userHoldNums:
|
if ownerAddress not in userHoldNums:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user