platform icon indicating copy to clipboard operation
platform copied to clipboard

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

Open dashameter opened this issue 3 years ago • 0 comments

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 avatar Jun 06 '22 21:06 dashameter