Skip to content

Commit

Permalink
CSK-311 fixed build of the jvm-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Zhilenkov committed May 6, 2022
1 parent 27ec40e commit b6be518
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 b6be518

Please sign in to comment.