Skip to content

Commit

Permalink
Update ui/page/dcrdex/market.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wisdom Arerosuoghene <[email protected]>
  • Loading branch information
ukane-philemon and itswisdomagain authored Jan 29, 2024
1 parent d3d02d1 commit ea52c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/page/dcrdex/market.go
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ func (pg *DEXMarketPage) orderForm(gtx C) D {
if err != nil {
pg.notifyError(err.Error())
} else {
// Wallet is been used by the dex client so it exists, can ignore errors.
// Wallet is being used by the dex client so it exists, can ignore errors.
walletID, _ := strconv.Atoi(setting[dexc.WalletIDConfigKey])
accountNumber, _ := strconv.Atoi(setting[dexc.WalletAccountNumberConfigKey])
asset := pg.AssetsManager.WalletWithID(walletID)
Expand Down

0 comments on commit ea52c41

Please sign in to comment.