platform
platform copied to clipboard
Can't make transactions with JS Dash SDK (Empty SPV chain error)
Expected Behavior
It should be possible to make transactions
Current Behavior
Dash SDK fails to sync with Empty SPV chain error, as a result it does not recognise new utxos in the wallet and any transaction done from the wallet tries to spend UTXO that has been already spent.
Possible Solution
I don't really understand what is hapenning
Steps to Reproduce (for bugs)
- await client.getWalletAccount()
- Empty SPV chain throws almost every time (and every time when i use unsafeOptions)
Context
Your Environment
- Version used: 1.4.1 (4.4.1)
- Environment name and version (e.g. Chrome 39, node.js 5.4): nodejs 21
- Operating System and version (desktop, server, or mobile): Mac arm64
- Link to your project:
Is this on testnet or mainnet? I just ran some stuff on testnet and didn't have any issues. I am on Linux / Node 20.1
On mainnet, but on the testnet sometimes also occurs