platform
platform copied to clipboard
`account.broadcastTransaction`: Account.impactAffectedInputs: Cannot read properties of undefined (reading 'utxos')
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)