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#28 from tronprotocol/fix_return
Browse files Browse the repository at this point in the history
fix: return type.
  • Loading branch information
xiechang33 committed Apr 20, 2018
2 parents 1435bef + ff425d8 commit d49019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ service WalletSolidity {
rpc getTransactionsFromThis (Account) returns (TransactionList) {

}
rpc getTransactionsToThis (Account) returns (NumberMessage) {
rpc getTransactionsToThis (Account) returns (TransactionList) {

}
};
Expand Down

0 comments on commit d49019e

Please sign in to comment.