Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
feat: delete GetTransactionByLimitPrev.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeNinjaEvan committed Apr 28, 2018
1 parent 884b666 commit e4025ff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,6 @@ service Wallet {
body: "*"
};
}
rpc GetTransactionByLimitPrev (TransactionLimit) returns (TransactionList) {
option (google.api.http) = {
post: "/wallet/gettransactionbylimitprev"
body: "*"
};
}
};


Expand Down

0 comments on commit e4025ff

Please sign in to comment.