Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link #433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion English_Documentation/TRON_Protocol/TRON_Wallet_RPC-API.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down