From c72c1adfd4fbff00be3db52f77274207b36c9ef2 Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 11 Aug 2025 16:03:09 +0330 Subject: [PATCH] v2: err added in ipg confirm Signed-off-by: nfel --- wallet/v1/msg.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 68ad1f9..8d61128 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -707,6 +707,7 @@ message IPGLogReq { message IPGConfirmRes { string ref_id = 1; + optional string error = 2; } message SaleManualReq {