From ddaefc4ad85a65911ae134f834c2d24a8b0e9ec3 Mon Sep 17 00:00:00 2001 From: 451PCBCOM <52361477+451PCBCOM@users.noreply.github.com> Date: Thu, 21 Apr 2022 12:24:59 +0200 Subject: [PATCH] Fix broken link Fixed broken link to: https://github.com/tronprotocol/java-tron/blob/develop/protocol/src/main/protos/api/api.proto --- English_Documentation/TRON_Protocol/TRON_Wallet_RPC-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/English_Documentation/TRON_Protocol/TRON_Wallet_RPC-API.md b/English_Documentation/TRON_Protocol/TRON_Wallet_RPC-API.md index c0593041..fd43d16c 100644 --- a/English_Documentation/TRON_Protocol/TRON_Wallet_RPC-API.md +++ b/English_Documentation/TRON_Protocol/TRON_Wallet_RPC-API.md @@ -1,7 +1,7 @@ # TRON Wallet RPC-API ## For the specific definition of API, please refer to the following link: -https://github.com/tronprotocol/java-tron/blob/develop/src/main/protos/api/api.proto +https://github.com/tronprotocol/java-tron/blob/develop/protocol/src/main/protos/api/api.proto ## Frequently used APIs: 1. Get general info of the wallet (similar to bitcoin getinfo)