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
I have seen that you are passing a large number of parameters to a system variable:
var(_, subwallet_id, public_key, _, item_code, full_domain, default_royalty_params)
This can cause parameters to be loaded in the wrong order, resulting in a consensus violation. I would suggest coming up with a unique identifier, on the basis of which the distribution into groups of nicknames will take place. At the same time, the auction is based on the NFT concept, and nicknames do not require distribution among collections.
The text was updated successfully, but these errors were encountered:
I have seen that you are passing a large number of parameters to a system variable:
var(_, subwallet_id, public_key, _, item_code, full_domain, default_royalty_params)
This can cause parameters to be loaded in the wrong order, resulting in a consensus violation. I would suggest coming up with a unique identifier, on the basis of which the distribution into groups of nicknames will take place. At the same time, the auction is based on the NFT concept, and nicknames do not require distribution among collections.
The text was updated successfully, but these errors were encountered: