mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
implement CheckWorkersConnected()
This commit is contained in:
parent
54584b0a63
commit
1d5a36da00
@ -21,6 +21,10 @@ type mockWorkerManager struct {
|
||||
confirmed [][]byte
|
||||
}
|
||||
|
||||
func (m *mockWorkerManager) CheckWorkersConnected() ([]uint, error) {
|
||||
panic("unimplemented")
|
||||
}
|
||||
|
||||
func (m *mockWorkerManager) DecideAllocations(reject [][]byte, confirm [][]byte) error {
|
||||
m.rejected = reject
|
||||
m.confirmed = confirm
|
||||
|
||||
Loading…
Reference in New Issue
Block a user