You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my first glance, I was thinking the way by checking paymentPlugin_.ainft value is same with
this contract's address. just value comparision. that's all.
The text was updated successfully, but these errors were encountered:
jakepyo
changed the title
In my first glance, I was thinking the way by checking paymentPlugin_.ainft value is same with this contract's address. just value comparision. that's all.
how to check PAYMENT_PLUGIN is AINPayment contract
Apr 7, 2023
As @minho-comcom-ai said, checking the value of PAYMENT_PLUGIN.ainft is same as this.address(AINFT721) is needed.
However, to compare the values, it seems to be overhead that change type of PAYMENT_PLUGIN from address to AINPayment to ONLY get ainft address. Is there any better option to check this values? If not, I will change this type to AINPayment as @minho-comcom-ai said.
Originally posted by @minho-comcom-ai in #3 (comment)
The text was updated successfully, but these errors were encountered: