Closed Erebos0506 closed 2 years ago
It might be a better idea though to not add the negative number check for the buy interaction to prevent Nfts from being shown as listed and nobody being able to buy them even if that causes the Nft to actually be transferable when it shouldn't be
Would be amazing if you could add a small unit test case in test/2.0.0/consolidator/send.test.ts
but this is optional
I'll try no promises though as i never did it before
I'll try no promises though as i never did it before
you should be able to work it out, and later run. yarn test:2.0.0:watch
to see if they are passing
I'll try no promises though as i never did it before
you should be able to work it out, and later run.
yarn test:2.0.0:watch
to see if they are passing
I didn't find a way to set the blocknumber for the remarks so that i either got an error message that the nft is non existent or an error that there was no error when trying
Decided to remove the check from buy afterall to prevent nfts being stuck as listed
couldn't add unit tests to your PR so created a new one
Added check for negative number and exluded delisting there