Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/lotus-shed/miner.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ var minerCreateCmd = &cli.Command{
}

// make sure the sender account exists on chain
_, err = wapi.StateLookupID(ctx, owner, types.EmptyTSK)
_, err = wapi.StateLookupID(ctx, sender, types.EmptyTSK)
Comment thread
asamuj marked this conversation as resolved.
if err != nil {
return xerrors.Errorf("sender must exist on chain: %w", err)
}
Expand Down
Loading