This commit is contained in:
Sergey Chernov 2025-09-18 18:47:51 +04:00
parent ef9239800a
commit 2fb5595517

View File

@ -7,7 +7,7 @@ import net.sergeych.ugdx.UGClient
// the main function if the corresponding platform
fun commonMain() {
// It is simetimes interesting to see what happens under the hood.
// It is sometimes interesting to see what happens under the hood.
// uncomment out this string to reduce debug noise:
//Log.connectConsole(Log.Level.DEBUG)
@ -19,7 +19,7 @@ fun commonMain() {
// it needs early asynchronous initialization (again to work well with JS and WasmJS):
initCrypto()
// now the crypto is ready and we can start using API
// now the crypto is ready, and we can start using API
// create a client connection using WebSocket to the dev server
val client = UGClient("wss://dev.unitedgold.io/kp")