Skip to content

Commit

Permalink
Apply "Integrate sdk-common" changes
Browse files Browse the repository at this point in the history
Network -> LiquidNetwork rename
  • Loading branch information
erdemyerebasmaz committed Jun 25, 2024
1 parent 2b19673 commit 04dc67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Config {
}

static liquid_sdk.Config _getDefaultConf({
liquid_sdk.Network network = liquid_sdk.Network.mainnet,
liquid_sdk.LiquidNetwork network = liquid_sdk.LiquidNetwork.mainnet,
}) {
_log.info("Getting default SDK config for network: $network");
return liquid_sdk.defaultConfig(
Expand Down Expand Up @@ -73,7 +73,7 @@ extension ConfigCopyWith on liquid_sdk.Config {
String? liquidElectrumUrl,
String? bitcoinElectrumUrl,
String? workingDir,
liquid_sdk.Network? network,
liquid_sdk.LiquidNetwork? network,
BigInt? paymentTimeoutSec,
double? zeroConfMinFeeRate,
}) {
Expand Down

0 comments on commit 04dc67a

Please sign in to comment.