Added more tests for ip2hex

This commit is contained in:
Trial97
2020-07-08 17:52:38 +03:00
parent a614cedb81
commit 48a7440d2e
3 changed files with 36 additions and 1 deletions

View File

@@ -733,7 +733,6 @@ func (dm *DataManager) SetFilter(fltr *Filter, withIndex bool) (err error) {
}
}
return
}
func (dm *DataManager) RemoveFilter(tenant, id, transactionID string, withIndex bool) (err error) {