This commit is contained in:
Jeff Becker 2019-02-23 12:39:48 -05:00
parent 64f34dccc2
commit c626f7c9b7
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ namespace llarp
, upstream(record.nextHop)
, downstream(down)
{
started = llarp::time_now_ms();
}
TransitHop::TransitHop(const TransitHop& other)