Skip to content
Snippets Groups Projects
Commit 331b438d authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Update README.md

parent f63486ce
No related branches found
No related tags found
Loading
...@@ -103,8 +103,8 @@ let sendReport = try connection.send( ...@@ -103,8 +103,8 @@ let sendReport = try connection.send(
Check if the round succeeded: Check if the round succeeded:
```swift ```swift
try cMix.waitForMessageDelivery( try cMix.waitForRoundResult(
report: sendReport, roundList: try sendReport.encode(),
timeoutMS: 30_000, timeoutMS: 30_000,
callback: .init { result in callback: .init { result in
switch result { switch result {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment