[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-cashless2ecash] 02/02: fix: cli
From: |
gnunet |
Subject: |
[taler-cashless2ecash] 02/02: fix: cli |
Date: |
Tue, 04 Jun 2024 16:09:17 +0200 |
This is an automated email from the git hooks/post-receive script.
joel-haeberli pushed a commit to branch master
in repository cashless2ecash.
commit 34aede1405f4d76484a17ac84f1bf1a65baa9894
Author: Joel-Haeberli <haebu@rubigen.ch>
AuthorDate: Tue Jun 4 16:09:06 2024 +0200
fix: cli
---
cli/cli.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/cli/cli.go b/cli/cli.go
index 161846b..602b2b5 100644
--- 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"`
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.