mlabs-haskell / TuxedoDapp

Cryptokitties on Polkadot using UTXO
Apache License 2.0
2 stars 1 forks source link

BlockChain - Piece: Conversion of tradable kitty to basic kitty when don't want to sell the kitty. #12

Open NadigerAmit opened 4 months ago

NadigerAmit commented 4 months ago

When user dont want to sell the kitty , Tradablekitty can be converted back to basic kitty with TradableKittyConstraintChecker::DelistKittyFromSale, https://github.com/mlabs-haskell/Tuxedo/blob/4caa90a2cc88b70973427c55c154f5af224118b8/wardrobe/tradable_kitties/src/lib.rs#L165C5-L165C24

CC' @AltiMario

NadigerAmit commented 3 months ago

Since blockchain-side implementation is done I moving to Done as it is already submitted in the https://github.com/mlabs-haskell/Tuxedo