Skip to content

Commit

Permalink
Make InstantSend locks persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Mar 11, 2019
1 parent 293c9ad commit ac00c66
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 166 deletions.
2 changes: 1 addition & 1 deletion src/llmq/quorums_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void InitLLMQSystem(CEvoDB& evoDb, CScheduler* scheduler, bool unitTests)
quorumSigSharesManager = new CSigSharesManager();
quorumSigningManager = new CSigningManager(*llmqDb, unitTests);
chainLocksHandler = new CChainLocksHandler(scheduler);
quorumInstantSendManager = new CInstantSendManager(scheduler);
quorumInstantSendManager = new CInstantSendManager(scheduler, *llmqDb);
}

void DestroyLLMQSystem()
Expand Down
Loading

0 comments on commit ac00c66

Please sign in to comment.