Skip to content

Commit

Permalink
remove unnecessary id
Browse files Browse the repository at this point in the history
  • Loading branch information
elnosh committed Nov 25, 2024
1 parent 3242840 commit 0b4bfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ func (w *Wallet) GetMintQuoteByPaymentRequest(request string) (*storage.MintQuot
return nil, errors.New("quote for request does not exist")
}

func (w *Wallet) GetMeltQuotes(id string) []storage.MeltQuote {
func (w *Wallet) GetMeltQuotes() []storage.MeltQuote {
return w.db.GetMeltQuotes()
}

Expand Down

0 comments on commit 0b4bfe9

Please sign in to comment.