fixup error message
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 39s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 39s
Details
This commit is contained in:
parent
b12759fac8
commit
1a4c5c338d
|
@ -53,7 +53,7 @@ contract Forum is Reputation {
|
|||
);
|
||||
require(
|
||||
totalCitationWeightNeg >= -100,
|
||||
"Sum of positive citations must be >= -100"
|
||||
"Sum of negative citations must be >= -100"
|
||||
);
|
||||
emit PostAdded(postIndex);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue