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

account.broadcastTransaction: Account.impactAffectedInputs: Cannot read properties of undefined (reading 'utxos') #424

Open
dashameter opened this issue Jun 6, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@dashameter
Copy link
Contributor

Using account.broadcastTransaction to broadcast a valid, fully signed multisig Tx broacasts the tx successfully and the tx is included into the next block. However instead of returning the txId the method throws the error:

Something went wrong:
 TypeError: Cannot read properties of undefined (reading 'utxos')
    at Account.impactAffectedInputs (/@dashevo/wallet-lib/src/types/Account/methods/broadcastTransaction.js:52:18)
    at Account._broadcastTransaction (/@dashevo/wallet-lib/src/types/Account/methods/broadcastTransaction.js:106:24)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Account.broadcastTransaction (/@dashevo/wallet-lib/src/types/Account/methods/broadcastTransaction.js:130:5)
@dashameter dashameter added the bug Something isn't working label Jun 6, 2022
@shumkov shumkov moved this to Backlog in Platform team Sep 23, 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
Status: Backlog
Development

No branches or pull requests

1 participant