something strange with `PAY_ROYALTY` event
Opened this issue · 2 comments
roiLeo commented
Looks like royalty doesn't work as excepted on bsx
- first query return only one element
- second query has
BUY
interaction but notPAY_ROYALTY
query MyQuery {
ALL_ROYALTIES: events(where: {interaction_eq: PAY_ROYALTY}) {
id
meta
}
events(where: {nft: {id_eq: "945672150-19"}}) {
nft {
id
royalty
updatedAt
}
interaction
id
blockNumber
}
}
roiLeo commented
Check /bsx/gallery/3813476019-42
2 BUY
event but only 1 PAY_ROYALTY
vikiival commented