I used ruby to create nem wallet service and I created mosaic transaction object and used /transaction/prepare-announce to send the tx object to trusted nis. but it return the error FAILURE_SIGNATURE_NOT_VERIFIABLE. Meanwhile, I could send xem out using /transaction/prepare-announce.
Can anyone give me some hints about this error and how to solve.
BTW, there is another api /transaction/announce someone refers. but for this api, I must do some conversion for the transaction object and then sign the transaction before sending tx json to nis. However, I have no idea of how to do conversion of transaction. ANY IDEA?
Cheers