From 1d7e9444694d668d2335e7cceda7b795bcbaf5c5 Mon Sep 17 00:00:00 2001 From: nfel Date: Wed, 13 Aug 2025 12:37:42 +0330 Subject: [PATCH] v2: change param type of refund commission Signed-off-by: nfel --- wallet/v1/internal_srv.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/v1/internal_srv.proto b/wallet/v1/internal_srv.proto index 7869097..91c88ef 100644 --- a/wallet/v1/internal_srv.proto +++ b/wallet/v1/internal_srv.proto @@ -13,7 +13,7 @@ service InternalWalletSrv { rpc ReleaseAsset(LockAssetReq) returns (base.v1.StatusRes); rpc CollectCommission(CommissionReq) returns (CommissionRes); - rpc RefundCommission(CommissionReq) returns (CommissionRes); + rpc RefundCommission(RefundCommissionReq) returns (CommissionRes); // Calculate stellar pub-priv key based on national id rpc GetPublicKeyByNationalID(NationalIDReq) returns (PubKeyRes);