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
Able to top up an Identity with an additional balance
The SDK hangs on topUp without error, but if I raise logging level, I can see such error:
debug: [SDK: d543c4086a] [Identity#topUp] Top up identity CBb6ZAwFs7kK1ciCAx6BShRwcDLEDJRuxGA785zkzcjy with amount 20000000 debug: [Wallet: d543c4086a] broadcastTransaction - subscribe to mempool for TX "0622f4138cf8f59072a2f0054b233046717ac26cced291c3fd3828eded4f1a70" { walletId: 'd543c4086a' } debug: [DAPIClient: d543c4086a] GRPC Request broadcastTransaction to https://5.132.162.135:443 { options: { retries: 5, timeout: 10000 } } error: [DAPIClient: d543c4086a] GRPC Request broadcastTransaction to https://5.132.162.135:443 failed with error: 9 FAILED_PRECONDITION: Transaction is rejected: tx-txlock-conflict
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Able to top up an Identity with an additional balance
Current Behavior
The SDK hangs on topUp without error, but if I raise logging level, I can see such error:
Possible Solution
Alternatives Considered
Additional Context
The text was updated successfully, but these errors were encountered: