From af0cab1c84d5c27877ca5d929b5917290b79c820 Mon Sep 17 00:00:00 2001 From: nfel Date: Tue, 12 Aug 2025 15:26:28 +0330 Subject: [PATCH] v2: bank info added to withdraw resp 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 f88cc55..71d713a 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -741,6 +741,7 @@ message WithdrawIRTRes { int64 transaction_id = 1; int64 amount = 2; string transaction_hash = 3; + auth.v1.BankInfo bank_info = 4; } message BuyAssetReq {