Skip to content

Commit

Permalink
Merge pull request #60 from soramitsu/fix/iroha_config
Browse files Browse the repository at this point in the history
update TransferAssets.kt
  • Loading branch information
adaagava authored Mar 20, 2024
2 parents 5f42a6f + 37bb717 commit 6994e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/jp/co/soramitsu/load/toolbox/Wrench13.kt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ open class Wrench13 {
it.build().toURL()
}
urls.add(peerUrl)
println("randomPeer: " + randomPeer)
return Iroha2Client(
urls[0],
urls[0],
Expand Down

0 comments on commit 6994e28

Please sign in to comment.