You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
Hello,
im facing Issues with with connecting to Testnet via Alamofire.
Error:
ERROR : API IN: POST https://btc-testnet.horizontalsystems.xyz/api/tx/address
noResponse(reason: Optional("Session was invalidated without error, so it was likely deinitialized unexpectedly. Be sure to retain a reference to your Session for the duration of your requests."))
You should retain an instance of BitcoinKit in order to survive the sync process. In your case - your BitcoinKit instance is being stopped and destroyed immediately.
Hello,
im facing Issues with with connecting to Testnet via Alamofire.
Error:
Code:
Thanks for Help!
The text was updated successfully, but these errors were encountered: