From e4025ff748dd4e0c88260fd3f489f4333ce856e8 Mon Sep 17 00:00:00 2001 From: Heng Zhang Date: Sat, 28 Apr 2018 16:17:50 +0800 Subject: [PATCH] feat: delete GetTransactionByLimitPrev. --- api/api.proto | 6 ------ 1 file changed, 6 deletions(-) diff --git a/api/api.proto b/api/api.proto index 23644732f93..91b0412f1c9 100644 --- a/api/api.proto +++ b/api/api.proto @@ -191,12 +191,6 @@ service Wallet { body: "*" }; } - rpc GetTransactionByLimitPrev (TransactionLimit) returns (TransactionList) { - option (google.api.http) = { - post: "/wallet/gettransactionbylimitprev" - body: "*" - }; - } };