LtbLightning / bdk-rn

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

getMnemonic() requires network parameter #31

Open crukundo opened 2 years ago

crukundo commented 2 years ago

It seems omitting the network parameter on getMnemonic() method results in a blocking error: Parameter specified as non-null is null.

Is there a reason setting the network is required at this stage?