Update ban.go

This commit is contained in:
topianet 2023-12-11 04:22:05 +01:00 committed by GitHub
parent d45103816b
commit 1aaa38c3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
package rpchandlers package rpchandlers
import ( import (
"github.com/kaspanet/kaspad/app/appmessage" "github.com/fabbez/topiad/app/appmessage"
"github.com/kaspanet/kaspad/app/rpc/rpccontext" "github.com/fabbez/topiad/app/rpc/rpccontext"
"github.com/kaspanet/kaspad/infrastructure/network/netadapter/router" "github.com/fabbez/topiad/infrastructure/network/netadapter/router"
"net" "net"
) )