QuantumMechanics / NEM-sdk

NEM Developer Kit for Node.js and the browser
MIT License
137 stars 82 forks source link

error in transferTransaction #54

Open kornatis opened 6 years ago

kornatis commented 6 years ago

In: node_modules/nem-sdk/build/model/transactions/transferTransaction.js Change in the line 49 tx.multisigAccount.publicKey for tx.multisigAccount

you get this error when making a transaction with a multifirm account

{ code: 0, data: { timeStamp: 106591316, error: 'Internal Server Error', message: 'java.lang.IllegalArgumentException: publicKey must be in compressed form', status: 500 } }