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

Prevent duplicate waddrmgr lock error. #275

Closed
wants to merge 1 commit into from

Conversation

jrick
Copy link
Member

@jrick jrick commented May 13, 2015

Fixes #270.

@@ -606,6 +606,7 @@ out:
break out

case <-w.lockRequests:
timeout = nil
Copy link
Member

Choose a reason for hiding this comment

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

This is going to be set to nil anyways below, but as discussed, I believe the order could be the issue since channel selection is not deterministic.

@davecgh
Copy link
Member

davecgh commented May 14, 2015

OK. Needs rebase.

@jrick
Copy link
Member Author

jrick commented May 14, 2015

Rebased as 472d6b0

@jrick jrick closed this May 14, 2015
@jrick jrick deleted the jrick_unlocktimer branch May 29, 2015 04:21
alexlyp added a commit to alexlyp/btcwallet that referenced this pull request Jun 16, 2016
Add help desc for importscript and importprivkey
buck54321 added a commit to buck54321/btcwallet that referenced this pull request May 8, 2024
Remove duplicate NeutrinoClient interface
Merge btcsuite#265 cache+neutrino: add new cache module by @Roasbeef
Merge btcsuite#261 cache+neutrino: update existing Cache interface to use type parameters by @Roasbeef
Merge btcsuite#268 cache: add deletion and iteration methods by @yyforyongyu
Merge btcsuite#279 lru: add methods to range with orders by @yyforyongyu
Merge btcsuite#278 pushtx: map different backend err to internal err by @ziggie1984
Merge btcsuite#273 query+neutrino: use query dispatcher for GetBlock and GetCFilte by @ellemouton
Merge btcsuite#274 multi: introduce a batch filter writer by @ellemouton
Merge btcsuite#275 rescan: use batch filter fetching by @ellemouton
Merge btcsuite#283 blockmanager.go: use btcd libs to validate headers by @guggero
Merge btcsuite#288 neutrino: Added ResetRanking method to PeerRanking by @Chinwendu20
Merge btcsuite#293 & btcsuite#294 Fix typos by @vuittont60
Merge btcsuite#297 query: fix retry query case by @ziggie1984
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.

Seeing Error "WLLT: Could not lock wallet: address manager is locked"
2 participants