gofmt; mod tidy

This commit is contained in:
Łukasz Magiera
2020-02-21 20:28:20 +01:00
parent 4e98f2e438
commit 18627e77ff
7 changed files with 11 additions and 27 deletions
+1 -1
View File
@@ -522,7 +522,7 @@ func createStorageMiner(ctx context.Context, api lapi.FullNode, peerid peer.ID,
params, err := actors.SerializeParams(&power.CreateMinerParams{
Worker: worker,
SectorSize: abi.SectorSize(ssize),
Peer: peerid,
Peer: peerid,
})
if err != nil {
return address.Undef, err