reduce comment cost from 2 to 1
This commit is contained in:
parent
7d6c11a88c
commit
26ccbf2709
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import lombok.Data;
|
|||
|
||||
@Data
|
||||
public class Comment {
|
||||
public static final double LBC_COST = 2;
|
||||
public static final double LBC_COST = 1;
|
||||
public static final int MAX_LENGTH = 2000;
|
||||
|
||||
private Claim poster;
|
||||
|
|
Loading…
Reference in a new issue