Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Cannot send Bitcoin in TestNet #582

Closed
alexj70 opened this issue Feb 15, 2022 · 2 comments
Closed

Cannot send Bitcoin in TestNet #582

alexj70 opened this issue Feb 15, 2022 · 2 comments

Comments

@alexj70
Copy link

alexj70 commented Feb 15, 2022

Hi

I cannot send Bitcoin in TestNet

let transaction = try kit.send(to: wallet, value: 1000, feeRate: 70, sortType: .none)
I receive BitcoinCoreErrors.SendValueErrors.singleNoChangeOutputNotFound

the balance: 0.0005 BTC

BitcoinKit: 0.15.4
Xcode Version: 13.2
Swift Version: 13.0

@esen
Copy link
Member

esen commented Feb 16, 2022

This exception may be thrown if no appropriate UTXO is found. This may be because of the sum of UTXO values being less than required or the suitable UTXO being spent already (failed to spend).

@alexj70 alexj70 closed this as completed Feb 16, 2022
@alexj70
Copy link
Author

alexj70 commented Feb 16, 2022

Thanks

@alexj70 alexj70 reopened this Feb 16, 2022
@alexj70 alexj70 closed this as completed Feb 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants