manage vouchers in single function #42
Reference in New Issue
Block a user
Delete Branch "manage-vouchers-in-single-function"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves issue #40
manage-vouchers-in-single-functionto manage vouchers in single function@@ -1964,0 +1981,4 @@res.FlagReset = append(res.FlagReset, flag_no_active_voucher)logg.InfoCtxf(ctx, "Fetched user vouchers", "public_key", string(publicKey), "vouchers", vouchersResp)is this log line a bit noisy? it prints the whole voucher response, cluttering the logs. the list perhaps better in debug?
This has been cleaned up. The logs were related to debug