From ff425d85463fcba4173b5d08e54c5cb52d77ddc7 Mon Sep 17 00:00:00 2001 From: Heng Zhang Date: Fri, 20 Apr 2018 17:36:02 +0800 Subject: [PATCH] fix: return type. --- api/api.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.proto b/api/api.proto index 66aa6d53948..a9cbbd83434 100644 --- a/api/api.proto +++ b/api/api.proto @@ -198,7 +198,7 @@ service WalletSolidity { rpc getTransactionsFromThis (Account) returns (TransactionList) { } - rpc getTransactionsToThis (Account) returns (NumberMessage) { + rpc getTransactionsToThis (Account) returns (TransactionList) { } };