mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-26 17:34:30 +01:00
Rename init() to connect() (#119)
* Rename init() to connect() * Shorten commit ID for secp256k1-zkp dependency * Update RN bindings * Rename the manually coded init function to connect * Update RN example app --------- Co-authored-by: Ross Savage <hello@satimoto.com> Co-authored-by: Ross Savage <551697+dangeross@users.noreply.github.com>
This commit is contained in:
@@ -71,7 +71,7 @@ fn main() -> Result<()> {
|
||||
}
|
||||
|
||||
let mnemonic = persistence.get_or_create_mnemonic()?;
|
||||
let wallet = Wallet::init(
|
||||
let wallet = Wallet::connect(
|
||||
&mnemonic.to_string(),
|
||||
Some(data_dir_str),
|
||||
Network::LiquidTestnet,
|
||||
|
||||
Reference in New Issue
Block a user