Fix group send endorsements for new members
This commit is contained in:
parent
a40d54099c
commit
65539b1419
4 changed files with 106 additions and 43 deletions
|
@ -3986,7 +3986,7 @@ async function updateGroupViaLogs({
|
|||
|
||||
if (
|
||||
cachedEndorsementsExpiration != null &&
|
||||
!isValidGroupSendEndorsementsExpiration(cachedEndorsementsExpiration)
|
||||
!isValidGroupSendEndorsementsExpiration(cachedEndorsementsExpiration * 1000)
|
||||
) {
|
||||
log.info(
|
||||
`updateGroupViaLogs/${logId}: Group had invalid endorsements expiration (${cachedEndorsementsExpiration}), fetching new endorsements`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue