Skip to content

Commit

Permalink
Merge pull request #83 from soramitsu/feature/user-flow
Browse files Browse the repository at this point in the history
update user flow scn
  • Loading branch information
adaagava authored Jun 25, 2024
2 parents a4614b1 + 4f1b7ff commit 479c62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/jp/co/soramitsu/load/UserFlow.kt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class UserFlow : Wrench13() {
}
}
Session
}.exec { Session ->
}/*.exec { Session ->
runBlocking {
val assetDefinition = "xor_" + UUID.randomUUID() + "_" + UUID.randomUUID()
val assetDefinitionId = AssetDefinitionId(
Expand Down Expand Up @@ -134,7 +134,7 @@ class UserFlow : Wrench13() {
}
}
Session
}.exec { Session ->
}*/.exec { Session ->
runBlocking {
QueryBuilder.findAllTransactions()
.account(anotherDevAccountIdSender)
Expand Down

0 comments on commit 479c62f

Please sign in to comment.