MCPcopy Create free account
hub / github.com/SmartPool/smartpool-client / TestSmartPoolReturnAWorkToMiner

Function TestSmartPoolReturnAWorkToMiner

protocol/smartpool_test.go:54–57  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

52}
53
54func TestSmartPoolReturnAWorkToMiner(t *testing.T) {
55 sp := newTestSmartPool()
56 sp.GetWork()
57}
58
59func TestSmartPoolAcceptSolution(t *testing.T) {
60 sp := newTestSmartPool()

Callers

nothing calls this directly

Calls 2

newTestSmartPoolFunction · 0.85
GetWorkMethod · 0.65

Tested by

no test coverage detected