We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b62be commit ab2a301Copy full SHA for ab2a301
cmd/lotus-shed/miner.go
@@ -273,7 +273,7 @@ var minerCreateCmd = &cli.Command{
273
}
274
275
// make sure the sender account exists on chain
276
- _, err = wapi.StateLookupID(ctx, owner, types.EmptyTSK)
+ _, err = wapi.StateLookupID(ctx, sender, types.EmptyTSK)
277
if err != nil {
278
return xerrors.Errorf("sender must exist on chain: %w", err)
279
0 commit comments