some small cleanup

This commit is contained in:
Jeromy
2020-04-14 15:13:52 -07:00
parent 0feab0aad4
commit 4e6839b5ef
4 changed files with 1 additions and 17 deletions
-4
View File
@@ -2,7 +2,6 @@ package modules
import (
"context"
"fmt"
"net/http"
"reflect"
@@ -384,8 +383,5 @@ func MinerRandomBeacon(api lapi.FullNode) (beacon.RandomBeacon, error) {
return nil, err
}
fmt.Println("Making miner random beacon: ", gents.Blocks()[0].Timestamp)
//return beacon.NewMockBeacon(build.BlockDelay * time.Second)
return drand.NewDrandBeacon(gents.Blocks()[0].Timestamp, build.BlockDelay)
}