mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-21 14:26:45 +00:00
Update estimate_network_hashes_per_second.go
This commit is contained in:
parent
1aaa38c3e4
commit
f40f4cb891
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user