forked from Qortal/qortal
Fixed preexisting list name issue when blocking chat transactions by address
This commit is contained in:
parent
0d69797851
commit
b60d02b8f4
@ -147,7 +147,7 @@ public class ChatTransaction extends Transaction {
|
|||||||
|
|
||||||
// Check for blacklisted author by address
|
// Check for blacklisted author by address
|
||||||
ResourceListManager listManager = ResourceListManager.getInstance();
|
ResourceListManager listManager = ResourceListManager.getInstance();
|
||||||
if (listManager.listContains("blacklist", "address", this.chatTransactionData.getSender())) {
|
if (listManager.listContains("blacklist", "addresses", this.chatTransactionData.getSender())) {
|
||||||
return ValidationResult.ADDRESS_IN_BLACKLIST;
|
return ValidationResult.ADDRESS_IN_BLACKLIST;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user