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

Commit

Permalink
Merge commit 'd49019ec76c606ab1aa743a97710bac8b291cbf5' into add_grpc…
Browse files Browse the repository at this point in the history
…_api_for_solidity
  • Loading branch information
CodeNinjaEvan committed Apr 23, 2018
2 parents d139597 + d49019e commit a68e403
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 a68e403

Please sign in to comment.