Skip to content

Commit 148bbdd

Browse files
codablockUdjinM6
andauthored
Use GetTime instead of GetAdjustedTime
Co-Authored-By: UdjinM6 <UdjinM6@users.noreply.github.com>
1 parent 47bd5d7 commit 148bbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmq/quorums_signing_shares.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ void CSigSharesManager::CollectSigSharesToSend(std::unordered_map<NodeId, std::v
10261026
proTxToNode.emplace(pnode->verifiedProRegTxHash, pnode);
10271027
}
10281028

1029-
auto curTime = GetAdjustedTime();
1029+
auto curTime = GetTime();
10301030

10311031
for (auto& p : signedSessions) {
10321032
if (p.second.attempt > p.second.quorum->params.recoveryMembers) {

0 commit comments

Comments
 (0)