Skip to content

Commit

Permalink
mm,client,firo: Fix Electrum Firo mm issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-warrior777 committed Feb 27, 2025
1 parent 87f8019 commit d0635d0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions client/asset/firo/firo.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,14 @@ var (
Description: "Connect to firod",
DefaultConfigPath: dexbtc.SystemConfigPath("firo"),
ConfigOpts: configOpts,
MultiFundingOpts: btc.MultiFundingOpts,
},
{
Type: walletTypeElectrum,
Tab: "Electrum-Firo (external)",
Description: "Use an external Electrum-Firo Wallet",
ConfigOpts: append(btc.ElectrumConfigOpts, btc.CommonConfigOpts("FIRO", true)...),
Type: walletTypeElectrum,
Tab: "Electrum-Firo (external)",
Description: "Use an external Electrum-Firo Wallet",
ConfigOpts: append(btc.ElectrumConfigOpts, btc.CommonConfigOpts("FIRO", true)...),
MultiFundingOpts: btc.MultiFundingOpts,
},
},
}
Expand Down

0 comments on commit d0635d0

Please sign in to comment.