cashless2ecash

cashless2ecash: pay with cards for digital cash (experimental)
Log | Files | Refs | README

commit 34aede1405f4d76484a17ac84f1bf1a65baa9894
parent c4d303b5f14d387aa27a0412466179f84a6ff879
Author: Joel-Haeberli <haebu@rubigen.ch>
Date:   Tue,  4 Jun 2024 16:09:06 +0200

fix: cli

Diffstat:
Mcli/cli.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cli/cli.go b/cli/cli.go @@ -358,6 +358,7 @@ func readPrintWithdrawal(rows pgx.Rows) error { } type Withdrawal struct { WithdrawalRowId uint64 `db:"withdrawal_row_id"` + ConfirmedRowId uint64 `db:"confirmed_row_id"` RequestUid string `db:"request_uid"` Wopid []byte `db:"wopid"` ReservePubKey []byte `db:"reserve_pub_key"`