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