dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 538739cc1a6f8f26b30f5230c1aa78b4a4f28995
parent 72c1a1562dface05a2ab2f37014491f4fb0e6365
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue, 12 Dec 2023 20:10:28 -0500

fix

Diffstat:
Mpkg/database/tableXmrInvoices.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/database/tableXmrInvoices.go b/pkg/database/tableXmrInvoices.go @@ -30,6 +30,7 @@ func (d *DkfDB) CreateXmrInvoice(userID UserID, productID int64) (out XmrInvoice resp, err := config.Xmr().CreateAddress(&wallet1.RequestCreateAddress{}) if err != nil { logrus.Error(err) + return } out = XmrInvoice{ UserID: userID,