This commit is contained in:
aozhiwei 2024-08-23 23:32:20 +08:00
parent de09b6f6c9
commit 206b067a0c

View File

@ -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
} }