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

Commit

Permalink
Merge pull request grpc-ecosystem#35 from tronprotocol/add_fullNode_API
Browse files Browse the repository at this point in the history
feat: delete GetTransactionByLimitPrev.
  • Loading branch information
renchenchang committed Apr 28, 2018
2 parents 07d94e4 + e4025ff commit 9aa4212
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 9aa4212

Please sign in to comment.