Skip to content

Commit

Permalink
Router: remove 'Confirm Succeess' from ISJ, closes #455
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Oct 16, 2023
1 parent de2b122 commit 2af6524
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@ void success() {
// we will credit the wrong one.
int tries;
Hash peer = null;
Destination dest = null;

synchronized(this) {
if (_dead) return;
Expand All @@ -715,14 +714,6 @@ void success() {
}
}

// Confirm success by checking for the Lease Set in local storage
if (_isLease) {
dest = getContext().netDb().lookupDestinationLocally(_key);
if ((dest == null) && (_log.shouldLog(Log.WARN)))
_log.warn("Warning! Lease Set not found in persistent data store for key = " + _key);
}


_facade.complete(_key);
if (peer != null) {
Long timeSent = _sentTime.get(peer);
Expand Down

0 comments on commit 2af6524

Please sign in to comment.