AbstractRoyalties has an internal function called _updateAccount() but it doesn't seem to be used anywhere.
If it weren't internal, I would assume that it is either used by the Rarible protocol, or meant to be called by the contract's owner "manually". But being internal and not called from anywhere it seems to me it can't be of any use.
Am I missing something?
AbstractRoyaltieshas an internal function called_updateAccount()but it doesn't seem to be used anywhere.If it weren't internal, I would assume that it is either used by the Rarible protocol, or meant to be called by the contract's owner "manually". But being internal and not called from anywhere it seems to me it can't be of any use.
Am I missing something?