Skip to content

Commit

Permalink
Correct method to unblock address instead of blocking (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseiTarzan authored Aug 19, 2024
1 parent d5ff459 commit 048ef8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void unblockAddress(InetAddress address) {
log.info("Unblocked address {}", address);

if (this.channel.config().getMetrics() != null) {
this.channel.config().getMetrics().addressBlocked(address);
this.channel.config().getMetrics().addressUnblocked(address);
}
}

Expand Down

0 comments on commit 048ef8f

Please sign in to comment.