Closed kushti closed 6 months ago
new_without_reward_token in BuybackBoxWrapper takes only buyback NFT , but in fact at least 1 GORT token should be taken as well
new_without_reward_token
BuybackBoxWrapper
also, creation_height: self.ergo_box.creation_height is not proper in this method, creation height should be increased (passed to the method likely).
creation_height: self.ergo_box.creation_height
Calling code in refresh.rs should be modified accordingly
refresh.rs
new_without_reward_token
inBuybackBoxWrapper
takes only buyback NFT , but in fact at least 1 GORT token should be taken as wellalso,
creation_height: self.ergo_box.creation_height
is not proper in this method, creation height should be increased (passed to the method likely).Calling code in
refresh.rs
should be modified accordingly