mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
2999a55041
commit
3cd1668451
|
@ -95,6 +95,9 @@ importRepoWait lwwKey = do
|
||||||
|
|
||||||
Just (LWWBlockData{..}) -> do
|
Just (LWWBlockData{..}) -> do
|
||||||
void $ try @_ @SomeException (getRefLogMerkle lwwRefLogPubKey)
|
void $ try @_ @SomeException (getRefLogMerkle lwwRefLogPubKey)
|
||||||
|
subscribeRefLog lwwRefLogPubKey
|
||||||
|
pause @'Seconds 0.25
|
||||||
|
getRefLogMerkle lwwRefLogPubKey
|
||||||
next (IWaitRefLog 20 lwwRefLogPubKey)
|
next (IWaitRefLog 20 lwwRefLogPubKey)
|
||||||
|
|
||||||
IWaitRefLog w puk | w <= 0 -> do
|
IWaitRefLog w puk | w <= 0 -> do
|
||||||
|
|
Loading…
Reference in New Issue