-
Notifications
You must be signed in to change notification settings - Fork 119
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
Some Improvements #120
base: main
Are you sure you want to change the base?
Some Improvements #120
Conversation
mah454
commented
Apr 3, 2024
•
edited
Loading
edited
- Fix gradle repositories
- add transfer with contract method
- CleanUp README.md
- Add new UnitTest
really a good pull request. especially the unit test added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- transfer for TRC20 method describe error
- It is not recommended to write the private key in the code
- This branch has conflicts that must be resolved
@@ -435,6 +439,35 @@ public TransactionExtention transfer(String fromAddress, String toAddress, long | |||
return txnExt; | |||
} | |||
|
|||
/** | |||
* Transfer TRX. amount in SUN |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments and methods do not match.
/** | ||
* Test privateKey (Not important) | ||
*/ | ||
private static final String MAIN_WALLET_PRIVATE_KEY = "18ef152ae3711498556a22db1f820f33f27080aea51b19d39fdb6752a0591e1f"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not recommended to display private keys in plaintext.