Accidentally kept over development files
This commit is contained in:
parent
e69d52de1b
commit
56e1f9efa0
1 changed files with 1 additions and 6 deletions
7
main.go
7
main.go
|
@ -1,8 +1,7 @@
|
|||
package main
|
||||
package ailur_pow
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
@ -70,7 +69,3 @@ func VerifyPoW(pow string) bool {
|
|||
return false
|
||||
}
|
||||
}
|
||||
|
||||
func main() {
|
||||
fmt.Println(PoW(2, "fg-auth-signup", 0))
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue