mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 05:00:02 +00:00
more merging fixes
This commit is contained in:
parent
b3fe624b18
commit
c52ccac37b
@ -149,12 +149,6 @@ proc checkInitialized(g: OnchainGroupManager): Result[void, string] =
|
||||
return err("OnchainGroupManager is not initialized")
|
||||
return ok()
|
||||
|
||||
template retryWrapper(
|
||||
g: OnchainGroupManager, res: auto, errStr: string, body: untyped
|
||||
): auto =
|
||||
retryWrapper(res, RetryStrategy.new(), errStr, g.onFatalErrorAction):
|
||||
body
|
||||
|
||||
# proc updateRoots*(g: OnchainGroupManager): Future[bool] {.async.} =
|
||||
# let rootRes = await g.fetchMerkleRoot()
|
||||
# if rootRes.isErr():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user