fixed ip4v enforcement

This commit is contained in:
Stephan D
2026-03-03 19:08:56 +01:00
parent e6d7e68196
commit f52b135db4
3 changed files with 12 additions and 5 deletions

View File

@@ -170,6 +170,7 @@ type Network struct {
RPCURL string
GRPCUrl string // Native TRON gRPC endpoint (for transactions)
GRPCToken string // Optional auth token for TRON gRPC (x-token header)
GRPCForceIPv4 bool
ChainID uint64
NativeToken string
TokenConfigs []TokenContract