Explorar o código

Make remote trace target null by default, which is probably what we want.

Adam Ierymenko %!s(int64=8) %!d(string=hai) anos
pai
achega
106dff0d53
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controller/EmbeddedNetworkController.cpp

+ 1 - 1
controller/EmbeddedNetworkController.cpp

@@ -1391,7 +1391,7 @@ void EmbeddedNetworkController::_request(
 		if (rtt.length() == 10) {
 			nc->remoteTraceTarget = Address(Utils::hexStrToU64(rtt.c_str()));
 		} else {
-			nc->remoteTraceTarget = _signingId.address();
+			nc->remoteTraceTarget.zero();
 		}
 	}