This commit is contained in:
Dmitry Zuikov 2024-03-14 18:58:16 +03:00
parent 2999a55041
commit 3cd1668451
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ importRepoWait lwwKey = do
Just (LWWBlockData{..}) -> do
void $ try @_ @SomeException (getRefLogMerkle lwwRefLogPubKey)
subscribeRefLog lwwRefLogPubKey
pause @'Seconds 0.25
getRefLogMerkle lwwRefLogPubKey
next (IWaitRefLog 20 lwwRefLogPubKey)
IWaitRefLog w puk | w <= 0 -> do