File tree Expand file tree Collapse file tree
test/java/org/tron/core/config/args Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -164,8 +164,6 @@ node.metrics = {
164164
165165node {
166166 # Trust node for solidity node (example: "127.0.0.1:50051").
167- # Empty string here = "not configured"; Args.java bridge converts "" → null so the
168- # runtime behavior matches develop (trustNodeAddr is null unless user sets the key).
169167 trustNode = ""
170168
171169 # Expose extension api to public or not
Original file line number Diff line number Diff line change @@ -245,8 +245,6 @@ public void testValidContractProtoThreadsExplicitPreserved() {
245245
246246 @ Test
247247 public void testTrustNodeNotDefaultedByReferenceConf () {
248- // reference.conf intentionally omits `node.trustNode` so that empty configs
249- // preserve develop's behavior (trustNodeAddr stays null in the Args bridge).
250248 NodeConfig nc = NodeConfig .fromConfig (withRef ());
251249 assertTrue (nc .getTrustNode () == null || nc .getTrustNode ().isEmpty ());
252250 }
You can’t perform that action at this time.
0 commit comments