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

Commit

Permalink
fix: return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeNinjaEvan committed Apr 20, 2018
1 parent 1435bef commit ff425d8
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 ff425d8

Please sign in to comment.