Skip to content

Commit

Permalink
Merge pull request #164 from tangem/CSK-311-fix_build_of_the_jvm-demo
Browse files Browse the repository at this point in the history
Csk 311 fix build of the jvm demo
  • Loading branch information
lazutkin-andrey authored May 6, 2022
2 parents 79fa239 + cf93773 commit 35b3a39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class TangemSdkCli(verbose: Boolean = false, indexOfTerminal: Int? = null, priva
val files: List<FileToWrite>? = cmd.getOptionValue(TangemCommandOptions.Files.opt)
?.split(",")
?.map { it.trim().hexToBytes() }
?.map { FileToWrite.ByUser(it, FileVisibility.Public, null) }
?.map { FileToWrite.ByUser(it, null, FileVisibility.Public, null) }

if (files == null) {
println("Missing option value")
Expand Down

0 comments on commit 35b3a39

Please sign in to comment.