Replies: 2 comments 13 replies
-
Hi @2jumper3 |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hi @2jumper3, could you please provide more info on the |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody!
I'm trying to send LTC and going through the process step by step:
https://api.bitcore.io/api/LTC/mainnet/address/%@/?unspent=true
- I received 3 inputs.let utxo = BitcoinUnspentTransaction.with
with these inputs, resulting in 3BitcoinUnspentTransaction
objects.BitcoinSigningInput
with these 3 prepared UTXOs.let output = AnySigner.sign(input: input, coin: .ltc)
, and at this point, I encounter an error inoutput.errorMessage
- specifically,errorNotEnoughUtxos
.Could somebody please explain why this is happening and suggest a resolution? BTC and DOGE transactions are working fine.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions