Update estimate_network_hashes_per_second.go

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

View File

@ -1,11 +1,11 @@
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/domain/consensus/model" "github.com/fabbez/topiad/domain/consensus/model"
"github.com/kaspanet/kaspad/domain/consensus/model/externalapi" "github.com/fabbez/topiad/domain/consensus/model/externalapi"
"github.com/kaspanet/kaspad/infrastructure/network/netadapter/router" "github.com/fabbez/topiad/infrastructure/network/netadapter/router"
) )
// HandleEstimateNetworkHashesPerSecond handles the respectively named RPC command // HandleEstimateNetworkHashesPerSecond handles the respectively named RPC command