Skip to content

Commit 9aa4212

Browse files
authored
Merge pull request #35 from tronprotocol/add_fullNode_API
feat: delete GetTransactionByLimitPrev.
2 parents 07d94e4 + e4025ff commit 9aa4212

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

api/api.proto

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,6 @@ service Wallet {
191191
body: "*"
192192
};
193193
}
194-
rpc GetTransactionByLimitPrev (TransactionLimit) returns (TransactionList) {
195-
option (google.api.http) = {
196-
post: "/wallet/gettransactionbylimitprev"
197-
body: "*"
198-
};
199-
}
200194
};
201195

202196

0 commit comments

Comments
 (0)