We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348ae97 commit 8df6488Copy full SHA for 8df6488
examples/tutorial/src/main/kotlin/jp/co/soramitsu/iroha2/Main.kt
@@ -20,7 +20,7 @@ fun main(args: Array<String>): Unit = runBlocking {
20
"CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03",
21
"CCF31D85E3B32A4BEA59987CE0C78E3B8E2DB93881468AB2435FE45D5C9DCD53",
22
)
23
- val client = AdminIroha2Client(URL(apiUrl), URL(peerUrl), log = true)
+ val client = AdminIroha2Client(URL(apiUrl), URL(peerUrl))
24
val query = Query(client, admin, adminKeyPair)
25
query.findAllDomains()
26
.also { println("ALL DOMAINS: ${it.map { d -> d.id.asString() }}") }
0 commit comments