Fixed another typo in hashcash

This commit is contained in:
Tracker-Friendly 2024-07-30 15:40:11 +01:00
parent 7d33099334
commit 795fa524d0
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ func main() {
return
}
if strings.Split(stamp, ":")[3] != "signup" || strings.Split(stamp, ":")[4] != "I love burgernotes!" {
if strings.Split(stamp, ":")[3] != "signup" || strings.Split(stamp, ":")[4] != "I love Burgernotes!" {
c.JSON(400, gin.H{"error": "Invalid hashcash stamp"})
return
}