Skip to content

Commit

Permalink
Merge branch 'master' into pvl/parallel-vault-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl authored Mar 6, 2023
2 parents b051b9d + 1212c9a commit 6093051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/masternodes/rpc_accounts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2009,6 +2009,7 @@ UniValue getburninfo(const JSONRPCRequest& request) {
}
}


auto nWorkers = DfTxTaskPool->GetAvailableThreads();
if (static_cast<size_t>(height) < nWorkers) {
nWorkers = height;
Expand Down

0 comments on commit 6093051

Please sign in to comment.