1
This commit is contained in:
parent
de09b6f6c9
commit
206b067a0c
@ -14,8 +14,9 @@ func (this *user) unInit(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (this *user) InBlackList(userIdentity string) (bool, error) {
|
func (this *user) InBlackList(userIdentity string) (bool, error) {
|
||||||
|
/*
|
||||||
if strings.ToLower(userIdentity) == strings.ToLower("0x52f01e8791cb558c93ee0c59ea5ff5d79fc82044") {
|
if strings.ToLower(userIdentity) == strings.ToLower("0x52f01e8791cb558c93ee0c59ea5ff5d79fc82044") {
|
||||||
return true, nil
|
return true, nil
|
||||||
}
|
}*/
|
||||||
return false, nil
|
return false, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user