Forgotten deadcode
This commit is contained in:
parent
308d1e9b7c
commit
aed7017ab2
@ -3,7 +3,6 @@ package gen
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"encoding/base64"
|
||||
"fmt"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
@ -611,8 +610,6 @@ func (wpp *wppProvider) ComputeProof(context.Context, []proof2.SectorInfo, abi.P
|
||||
return ValidWpostForTesting, nil
|
||||
}
|
||||
|
||||
var b64 = base64.URLEncoding.WithPadding(base64.NoPadding)
|
||||
|
||||
func IsRoundWinner(ctx context.Context, ts *types.TipSet, round abi.ChainEpoch,
|
||||
miner address.Address, brand types.BeaconEntry, mbi *api.MiningBaseInfo, a MiningCheckAPI) (*types.ElectionProof, error) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user