We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 accordinglyThe text was updated successfully, but these errors were encountered: