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

This commit is contained in:
Adam Ierymenko 2017-08-18 13:52:10 -07:00
parent 174ba8884e
commit 106dff0d53

View File

@ -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();
}
}