pull/174/head
Jeff Becker 6 years ago
parent 20be3e9eef
commit 22c9a0c814
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -390,13 +390,13 @@ namespace llarp
return hops[hops.size() - 1].rc.pubkey;
}
const PathID_t&
PathID_t
Path::TXID() const
{
return hops[0].txID;
}
const PathID_t&
PathID_t
Path::RXID() const
{
return hops[0].rxID;

@ -474,7 +474,7 @@ namespace llarp
// Is this deprecated?
// nope not deprecated :^DDDD
const PathID_t&
PathID_t
TXID() const;
RouterID
@ -486,7 +486,7 @@ namespace llarp
bool
IsEndpoint(const RouterID& router, const PathID_t& path) const;
const PathID_t&
PathID_t
RXID() const;
RouterID

Loading…
Cancel
Save