Skip to content

Commit

Permalink
storageminer: Post-rebase update
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jul 26, 2019
1 parent 283c4e4 commit a825b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/lotus-storage-miner/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ var initCmd = &cli.Command{
return err
}

k, err := wallet.GenerateKey(chain.KTSecp256k1) // TODO: review: is this right?
k, err := wallet.GenerateKey(types.KTSecp256k1) // TODO: review: is this right?
if err != nil {
return err
}
Expand Down Expand Up @@ -142,7 +142,7 @@ var initCmd = &cli.Command{
return err
}

signed := &chain.SignedMessage{
signed := &types.SignedMessage{
Message: createStorageMinerMsg,
Signature: *sig,
}
Expand Down

0 comments on commit a825b3b

Please sign in to comment.