mistypes
This commit is contained in:
parent
ef9239800a
commit
2fb5595517
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user