eco-mint / angry-teenagers-contracts

Tezos Smart Contracts to Facilitate the Angry Teenagers Project using SmartPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[CR0003] Royalties cannot be changed on minted NFTs

shapeman opened this issue · comments

Description

The set_royalties entrypoint doesn't change the existing NFTs but only the one which are not minted yet.

Work to do

  • Change the set_royalties to apply on all existing NFTs
  • Add unit/functional testing