LtbLightning / bdk-rn

Bitcoin Development Kit - React Native Module
MIT License
50 stars 15 forks source link

ElectrumConfig and EsploraConfig method signature #53

Closed BitcoinZavior closed 1 year ago

BitcoinZavior commented 1 year ago

ElectrumConfig and EsploraConfig method signatures do not match bdk ffi.

  1. Add missing sock5, retry and validateDomain arguments
  2. Ensure the argument order is the same throughout the code, not just for the native call.

Reference: ElectrumConfig EsploraConfig

BitcoinZavior commented 1 year ago

This is available now