From 331b438daac0a1581bea2e7139c5ae68c45bd79d Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Tue, 9 Aug 2022 20:18:06 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1a9bb7f..dc615fe2 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,8 @@ let sendReport = try connection.send( Check if the round succeeded: ```swift -try cMix.waitForMessageDelivery( - report: sendReport, +try cMix.waitForRoundResult( + roundList: try sendReport.encode(), timeoutMS: 30_000, callback: .init { result in switch result { -- GitLab