While creating multisig account, getting following error while sending the transaction
"error": {
"code": 0,
"data": {
"timeStamp": 116665607,
"error": "Internal Server Error",
"message": "java.lang.IllegalArgumentException: publicKey must be in compressed form",
"status": 500
}
}
Getting error while calling this method : nem.model.transactions.send(common, transactionEntity, 'Nem.Endpoint')
Is anybody facing the same or fix?