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
Web!
Steps to reproduce:
Expected: Trustline established
Actual: 400 tx_bad_seq
final stellarSDK = StellarSDK.PUBLIC; final asset = Asset.createNonNativeAsset( 'USDC', 'GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN'); AccountResponse account = await stellarSDK.accounts.account(keyPair!.accountId); Transaction transaction = TransactionBuilder(account) .addOperation( ChangeTrustOperationBuilder(asset, '922337203685.4775807').build()) .build(); transaction.sign(keyPair!, Network.PUBLIC); SubmitTransactionResponse response = await stellarSDK.submitTransaction(transaction);
The text was updated successfully, but these errors were encountered:
Resolved in release 1.8.3
Hello @rinat-enikeev,
thank you for adding this issue and the steps to reproduce. The issue has been solved in release 1.8.3.
If you find any further issues on web, I would be pleased to receive your github further issues. This will help us to provide full web support soon.
Thx C
Sorry, something went wrong.
No branches or pull requests
Web!
Steps to reproduce:
Expected:
Trustline established
Actual:
400 tx_bad_seq
The text was updated successfully, but these errors were encountered: