Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move storage miner keys to full node #129

Merged
merged 2 commits into from
Aug 8, 2019
Merged

Conversation

whyrusleeping
Copy link
Member

Ref #128

storage/miner.go Outdated
@@ -173,10 +173,17 @@ func (m *Miner) runPreflightChecks(ctx context.Context) error {

m.worker = worker

has, err := m.w.HasKey(worker)
addrs, err := m.api.WalletList(ctx)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably should just expose WalletHas

@whyrusleeping whyrusleeping merged commit c1f81ef into master Aug 8, 2019
@Kubuxu Kubuxu deleted the feat/no-miner-wallet branch May 13, 2020 01:54
nonsense added a commit that referenced this pull request Nov 6, 2020
Co-authored-by: Raúl Kripalani <raul@protocol.ai>
dumikau pushed a commit to protofire/lotus that referenced this pull request Jun 8, 2023
* upgrade bundle with checkpoint fixes

* minor fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants