Update main.go

This commit is contained in:
topianet 2023-12-29 13:04:19 +01:00 committed by GitHub
parent 63657e45b0
commit e7d6ecb2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import (
_ "net/http/pprof"
"os"
"github.com/kaspanet/kaspad/app"
"github.com/fabbez/topiad/app"
)
func main() {