Added capability to unblock addresses without a restart

This commit is contained in:
Dylan K. Taylor
2017-08-14 14:12:06 +01:00
parent 0c798222a4
commit ae3a8a5493
5 changed files with 17 additions and 1 deletions

View File

@ -34,6 +34,11 @@ interface AdvancedSourceInterface extends SourceInterface{
*/
public function blockAddress(string $address, int $timeout = 300);
/**
* @param string $address
*/
public function unblockAddress(string $address);
/**
* @param Network $network
*/