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
Describe the bug Tapping the "Claim" button doesn't result in anything happening.
To Reproduce Steps to reproduce the behavior:
Expected behavior Initiate transfer to Hiro wallet.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! That line refers to the post-conditions set by the UI for the transaction, see here:
data.toReturn > 0 && postConditions.push( makeContractFungiblePostCondition( citySettings.config.stacking.deployer, citySettings.config.stacking.stackingClaimContract, FungibleConditionCode.Equal, amountCityCoinsCV.value, createAssetInfo( citySettings.config.token.deployer, citySettings.config.token.contractName, citySettings.config.token.tokenName ) ) );
The citySettings.config is set a bit earlier, and should contain the contract and version depending on where you are trying to claim from.
Are there any other console errors? If you clear your cache and try again does it work?
Also if you can share a txid or address that can help narrow it down.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Tapping the "Claim" button doesn't result in anything happening.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Initiate transfer to Hiro wallet.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: