Throw the original bad nonce exception

pull/81/head
Richard Körber 2019-04-25 12:40:52 +02:00
parent c0d6bfb057
commit efc4a04df4
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ public class DefaultConnection implements Connection {
}
}
throw new AcmeException("Too many reattempts", lastException);
throw lastException;
}
/**