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 {