Skip to content
New issue

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

Cannot top up an identity on mainnet with JS Dash SDK #2260

Open
pshenmic opened this issue Oct 21, 2024 · 0 comments
Open

Cannot top up an identity on mainnet with JS Dash SDK #2260

pshenmic opened this issue Oct 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pshenmic
Copy link
Collaborator

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:

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

Possible Solution

Alternatives Considered

Additional Context

  1. Create new seedphrase
  2. Initiate SDK and register an identity
  3. Try to top up
  4. Nothing happens
@pshenmic pshenmic added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant