This commit is contained in:
Ginta
2026-04-26 23:32:14 +08:00
parent 0628e97877
commit bd1dcdf49d
2 changed files with 25 additions and 11 deletions
+4
View File
@@ -33,6 +33,10 @@ func resolveTronNode() (string, string, error) {
return rpcURL, node.ApiKey, nil
}
func ResolveTronNode() (string, string, error) {
return resolveTronNode()
}
func TryProcessTronTRC20Transfer(toAddr string, rawValue *big.Int, txHash string, blockTsMs int64) {
defer func() {
if err := recover(); err != nil {